Skip to content

Commit

Permalink
media-libs/libsdl2: migrate to CPU_FLAGS_PPC
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Acked-by: James Le Cuirot <[email protected]>
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Mar 18, 2020
1 parent 92528bf commit 8268e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-libs/libsdl2/libsdl2-2.0.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

IUSE="alsa altivec aqua cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus gles haptic jack +joystick kms libsamplerate nas opengl oss pulseaudio +sound static-libs +threads tslib udev +video video_cards_vc4 vulkan wayland X xinerama xscreensaver"
IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus gles haptic jack +joystick kms libsamplerate nas opengl oss pulseaudio +sound static-libs +threads tslib udev +video video_cards_vc4 vulkan wayland X xinerama xscreensaver"
REQUIRED_USE="
alsa? ( sound )
gles? ( video )
Expand Down Expand Up @@ -117,12 +117,12 @@ multilib_src_configure() {
--enable-loadso
--enable-cpuinfo
--enable-assembly
$(use_enable cpu_flags_ppc_altivec altivec)
$(use_enable cpu_flags_x86_sse ssemath)
$(use_enable cpu_flags_x86_mmx mmx)
$(use_enable cpu_flags_x86_3dnow 3dnow)
$(use_enable cpu_flags_x86_sse sse)
$(use_enable cpu_flags_x86_sse2 sse2)
$(use_enable altivec)
$(use_enable oss)
$(use_enable alsa)
--disable-alsa-shared
Expand Down

0 comments on commit 8268e5d

Please sign in to comment.