Skip to content

Commit

Permalink
drop attempt at enabling mmx support since it doesn't work on amd64 (…
Browse files Browse the repository at this point in the history
…bug #564980)

Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Sterrett committed Nov 10, 2015
1 parent f4f9607 commit dd1cf30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions games-emulation/vbam/vbam-2.0.0_pre1507.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down Expand Up @@ -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}
)
Expand Down

0 comments on commit dd1cf30

Please sign in to comment.