mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
games-emulation/pcsx2: update live
Closes: https://bugs.gentoo.org/966939 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
7
games-emulation/pcsx2/files/pcsx2-2.5.317-flags.patch
Normal file
7
games-emulation/pcsx2/files/pcsx2-2.5.317-flags.patch
Normal 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)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user