summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2020-10-29 01:42:09 +0000
committerJames Le Cuirot <chewi@gentoo.org>2020-11-07 22:42:29 +0000
commit4170d8bfd1daa58c8738c6a61db1e52187641a1d (patch)
treeb3c01d385e070ee6cb065de6d0d539026ccdf436 /games-emulation/vbam
parentapp-crypt/certbot-nginx: 1.9.0 stable amd64/x86 with cleanup (diff)
downloadgentoo-4170d8bfd1daa58c8738c6a61db1e52187641a1d.tar.gz
gentoo-4170d8bfd1daa58c8738c6a61db1e52187641a1d.tar.bz2
gentoo-4170d8bfd1daa58c8738c6a61db1e52187641a1d.zip
games-emulation/vbam: don't override CMAKE_AR
Closes: https://bugs.gentoo.org/733938 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/18064 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-emulation/vbam')
-rw-r--r--games-emulation/vbam/vbam-2.1.4.ebuild1
-rw-r--r--games-emulation/vbam/vbam-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/games-emulation/vbam/vbam-2.1.4.ebuild b/games-emulation/vbam/vbam-2.1.4.ebuild
index f006bb998fac..b9fd01b61bd3 100644
--- a/games-emulation/vbam/vbam-2.1.4.ebuild
+++ b/games-emulation/vbam/vbam-2.1.4.ebuild
@@ -70,6 +70,7 @@ src_configure() {
-DENABLE_ASM_CORE=$(usex x86)
-DENABLE_ASM_SCALERS=$(usex x86)
-DCMAKE_SKIP_RPATH=ON
+ -DENABLE_LTO=OFF
)
if use wxwidgets; then
mycmakeargs+=( -DENABLE_OPENAL=$(usex openal) )
diff --git a/games-emulation/vbam/vbam-9999.ebuild b/games-emulation/vbam/vbam-9999.ebuild
index 31465821c5d9..7cd76d64a0ef 100644
--- a/games-emulation/vbam/vbam-9999.ebuild
+++ b/games-emulation/vbam/vbam-9999.ebuild
@@ -66,6 +66,7 @@ src_configure() {
-DENABLE_ASM_CORE=$(usex x86)
-DENABLE_ASM_SCALERS=$(usex x86)
-DCMAKE_SKIP_RPATH=ON
+ -DENABLE_LTO=OFF
)
if use wxwidgets; then
mycmakeargs+=( -DENABLE_OPENAL=$(usex openal) )