diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-10 11:57:16 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-10 11:57:43 -0500 |
commit | dd1cf30dd5baef5f827d55fee88cc1c54d6a921c (patch) | |
tree | a414a3463a1828907051f661affbc2ed6c1b8e71 /games-emulation/vbam | |
parent | media-sound/kradio: remove old (diff) | |
download | gentoo-dd1cf30dd5baef5f827d55fee88cc1c54d6a921c.tar.gz gentoo-dd1cf30dd5baef5f827d55fee88cc1c54d6a921c.tar.bz2 gentoo-dd1cf30dd5baef5f827d55fee88cc1c54d6a921c.zip |
drop attempt at enabling mmx support since it doesn't work on amd64 (bug #564980)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-emulation/vbam')
-rw-r--r-- | games-emulation/vbam/vbam-2.0.0_pre1507.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild index 0e0e07b0e256..146aafbe5c36 100644 --- a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild +++ b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://sourceforge.net/projects/vbam/" LICENSE="GPL-2+" SLOT="0" -IUSE="cairo cpu_flags_x86_mmx ffmpeg gtk link lirc nls openal +sdl wxwidgets" +IUSE="cairo ffmpeg gtk link lirc nls openal +sdl wxwidgets" REQUIRED_USE="|| ( sdl gtk wxwidgets )" RDEPEND=">=media-libs/libpng-1.4:0= @@ -72,7 +72,6 @@ src_configure() { $(cmake-utils_use_enable wxwidgets WX) $(cmake-utils_use_enable x86 ASM_CORE) $(cmake-utils_use_enable x86 ASM_SCALERS) - $(cmake-utils_use_enable cpu_flags_x86_mmx MMX) -DCMAKE_SKIP_RPATH=ON -DDATA_INSTALL_DIR=share/games/${PN} ) |