diff options
author | Yuri Konotopov <ykonotopov@gnome.org> | 2020-05-08 12:24:45 +0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-17 19:41:51 +0300 |
commit | 360965ce575b94e63e59d0b530468c135e5c85ba (patch) | |
tree | e249785205cbee7cfc274dee0eb53222ee43a7ec /games-emulation | |
parent | games-emulation/pcsx2: drop old (diff) | |
download | gentoo-360965ce575b94e63e59d0b530468c135e5c85ba.tar.gz gentoo-360965ce575b94e63e59d0b530468c135e5c85ba.tar.bz2 gentoo-360965ce575b94e63e59d0b530468c135e5c85ba.zip |
games-emulation/pcsx2: disable gold linker for -9999
See-Also: https://github.com/PCSX2/pcsx2/issues/1671
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org>
Closes: https://github.com/gentoo/gentoo/pull/15710
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 0f0a49453d1f..85ff7e5fe0f7 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -34,7 +34,6 @@ RDEPEND=" x11-libs/libXext[abi_x86_32(-)] >=x11-libs/wxGTK-3.0.4-r301:3.0-gtk3[abi_x86_32(-),X] " -# Ensure no incompatible headers from eselect-opengl are installed, bug #510730 DEPEND="${RDEPEND} dev-cpp/pngpp dev-cpp/sparsehash @@ -52,6 +51,9 @@ pkg_setup() { src_configure() { multilib_toolchain_setup x86 + # Build with ld.gold fails + # https://github.com/PCSX2/pcsx2/issues/1671 + tc-ld-disable-gold # pcsx2 build scripts will force CMAKE_BUILD_TYPE=Devel # if it something other than "Devel|Debug|Release" |