games-emulation/pcsx2: update live

Closes: https://bugs.gentoo.org/966939
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-12-01 17:16:38 -05:00
parent 6e2d2729d0
commit a496565383
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
If upstream believes -ffast-math is ok for this part then that is
fine, but we do not want to override users' -O.
--- a/3rdparty/soundtouch/CMakeLists.txt
+++ b/3rdparty/soundtouch/CMakeLists.txt
@@ -41 +41 @@
- target_compile_options(pcsx2-soundtouch PRIVATE -O3 -ffast-math)
+ target_compile_options(pcsx2-soundtouch PRIVATE -ffast-math)

View File

@@ -85,10 +85,10 @@ BDEPEND="
"
PATCHES=(
"${FILESDIR}"/${PN}-1.7.4667-flags.patch
"${FILESDIR}"/${PN}-1.7.5232-cubeb-automagic.patch
"${FILESDIR}"/${PN}-1.7.5835-musl-header.patch
"${FILESDIR}"/${PN}-1.7.5913-musl-cache.patch
"${FILESDIR}"/${PN}-2.5.317-flags.patch
)
CMAKE_QA_COMPAT_SKIP=1 #957976