diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-03-02 14:26:15 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-03-02 14:33:38 -0500 |
commit | 10f9fe1390f5f25e2ef68f44021259b231cc4518 (patch) | |
tree | a2692919e6d21c3d1cc540ea9ddca0a9fabf47dd /games-emulation/pcsx2 | |
parent | sci-electronics/geda: drop xorn completely (diff) | |
download | gentoo-10f9fe1390f5f25e2ef68f44021259b231cc4518.tar.gz gentoo-10f9fe1390f5f25e2ef68f44021259b231cc4518.tar.bz2 gentoo-10f9fe1390f5f25e2ef68f44021259b231cc4518.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>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 1 |
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 |