From 9a75feb9724d013455f0144f3a94e5b2fb734fe8 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 4 Nov 2024 10:29:57 -0500 Subject: [PATCH] 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 --- games-emulation/pcsx2/pcsx2-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 9cfec05fb93f2..b4ef848743df2 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