summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-01-15 01:56:50 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-01-15 02:26:52 -0500
commit06a30404ed63237c7cd13d43c0ab989c61479c55 (patch)
tree9d953f5bb93a06ad71c589230de0a28b03815789
parentgames-emulation/pcsx2: update live, require clang (diff)
downloadgentoo-06a30404ed63237c7cd13d43c0ab989c61479c55.tar.gz
gentoo-06a30404ed63237c7cd13d43c0ab989c61479c55.tar.bz2
gentoo-06a30404ed63237c7cd13d43c0ab989c61479c55.zip
games-emulation/pcsx2: remove obsolete vulkan filter-lto
ODR issues seem resolved. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--games-emulation/pcsx2/pcsx2-1.7.5312.ebuild9
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild9
2 files changed, 4 insertions, 14 deletions
diff --git a/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild b/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild
index dfb2a1b447ac..b128f9284603 100644
--- a/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild
+++ b/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild
@@ -90,13 +90,8 @@ src_prepare() {
}
src_configure() {
- if use vulkan; then
- # for bundled glslang (bug #858374)
- append-flags -fno-strict-aliasing
-
- # odr violations in pcsx2's vulkan code, disabling as a safety for now
- filter-lto
- fi
+ # for bundled old glslang (bug #858374)
+ use vulkan && append-flags -fno-strict-aliasing
local mycmakeargs=(
-DBUILD_SHARED_LIBS=no
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 586432db9b7e..328235f14174 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -100,13 +100,8 @@ src_configure() {
strip-unsupported-flags
fi
- if use vulkan; then
- # for bundled glslang (bug #858374)
- append-flags -fno-strict-aliasing
-
- # odr violations in pcsx2's vulkan code, disabling as a safety for now
- filter-lto
- fi
+ # for bundled old glslang (bug #858374)
+ use vulkan && append-flags -fno-strict-aliasing
local mycmakeargs=(
-DBUILD_SHARED_LIBS=no