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>
This commit is contained in:
Ionen Wolkens
2024-11-04 10:29:57 -05:00
parent df5b3276dd
commit 9a75feb972

View File

@@ -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