commit:     4170d8bfd1daa58c8738c6a61db1e52187641a1d
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Thu Oct 29 01:42:09 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 22:42:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4170d8bf

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 <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/18064
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-emulation/vbam/vbam-2.1.4.ebuild | 1 +
 games-emulation/vbam/vbam-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/games-emulation/vbam/vbam-2.1.4.ebuild 
b/games-emulation/vbam/vbam-2.1.4.ebuild
index f006bb998fa..b9fd01b61bd 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 31465821c5d..7cd76d64a0e 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) )

Reply via email to