summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-11-04 10:29:57 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-11-04 10:29:59 -0500
commit9a75feb9724d013455f0144f3a94e5b2fb734fe8 (patch)
tree6f9d9353cd0b24a857332c64081de22957fe7fba /games-emulation
parentsci-libs/libbraiding: add 1.3 (diff)
downloadgentoo-9a75feb9724d013455f0144f3a94e5b2fb734fe8.tar.gz
gentoo-9a75feb9724d013455f0144f3a94e5b2fb734fe8.tar.bz2
gentoo-9a75feb9724d013455f0144f3a94e5b2fb734fe8.zip
games-emulation/pcsx2: update live
Untested but this workaround shouldn't be needed anymore given pcsx2 updated its bundled lzma and it has a __GLIBC__ check. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 9cfec05fb93f..b4ef848743df 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -109,10 +109,6 @@ src_configure() {
strip-unsupported-flags
fi
- # pthread_attr_setaffinity_np is not supported on musl, may be possible
- # to remove if bundled lzma code is updated like 7zip did (bug #935298)
- use elibc_musl && append-cppflags -DZ7_AFFINITY_DISABLE
-
local mycmakeargs=(
-DBUILD_SHARED_LIBS=no
-DDISABLE_ADVANCE_SIMD=yes