summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-03-02 14:26:15 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-03-02 14:33:38 -0500
commit10f9fe1390f5f25e2ef68f44021259b231cc4518 (patch)
treea2692919e6d21c3d1cc540ea9ddca0a9fabf47dd
parentsci-electronics/geda: drop xorn completely (diff)
downloadgentoo-10f9fe13.tar.gz
gentoo-10f9fe13.tar.bz2
gentoo-10f9fe13.zip
games-emulation/pcsx2: update live
Newly attempts to pass options to bundled subprojects but errors out due to being unbundled. Thanks-to: Samuel Bauer Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index f5543f61bed1..bdd694c0a1c5 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -75,6 +75,7 @@ src_prepare() {
# unbundle, use sed over patch for less chances to break -9999
sed -e '/add_subdir.*cubeb/c\find_package(cubeb REQUIRED)' \
-e '/add_subdir.*libchdr/c\pkg_check_modules(chdr REQUIRED IMPORTED_TARGET libchdr)' \
+ -e '/compile_options(\(cubeb\|chdr-static\|speex\)/d' \
-i cmake/SearchForStuff.cmake || die
sed -i 's/chdr-static/PkgConfig::chdr/' pcsx2/CMakeLists.txt || die