commit: 49e1aaf7381546316aa97e80be918015c38489b6
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Fri Sep 23 05:08:16 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 05:08:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49e1aaf7
citra-9999.ebuild
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/citra/citra-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-emulation/citra/citra-9999.ebuild
b/games-emulation/citra/citra-9999.ebuild
index 4f7d825b2..58fda2f5a 100644
--- a/games-emulation/citra/citra-9999.ebuild
+++ b/games-emulation/citra/citra-9999.ebuild
@@ -141,7 +141,6 @@ src_prepare() {
sed -i -e 's/ cpp-jwt//' src/web_service/CMakeLists.txt || die
# Alias for sdl
- #sed -i -e '/find_package(SDL2/aadd_library(SDL2::SDL2 ALIAS SDL2)'
CMakeLists.txt || die
sed -i -e '/find_package(SDL2/aadd_library(SDL2
INTERFACE)\ntarget_link_libraries(SDL2 INTERFACE
"${SDL2_LIBRARY}")\ntarget_include_directories(SDL2 INTERFACE
"${SDL2_INCLUDE_DIR}")\nadd_library(SDL2::SDL2 ALIAS SDL2)\n' CMakeLists.txt ||
die
# TODO unbundle xbyak (wait for 5.96 in ytree)