summaryrefslogtreecommitdiff
path: root/games-emulation/pcsx2/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-25 09:53:56 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-25 09:53:56 +0100
commit601320c16301dbd7e8830e8c2ab7d6aef5b65abe (patch)
tree0a8e4b21dcd17c963ccfe0c1c815a38f7cdeb425 /games-emulation/pcsx2/files
parentfad7c346bcf147b6a580ccc1d0a9b35dbe194ecc (diff)
gentoo auto-resync : 25:08:2023 - 09:53:56
Diffstat (limited to 'games-emulation/pcsx2/files')
-rw-r--r--games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch b/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch
new file mode 100644
index 000000000000..631e49b3bddf
--- /dev/null
+++ b/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch
@@ -0,0 +1,8 @@
+--- a/cmake/SearchForStuff.cmake
++++ b/cmake/SearchForStuff.cmake
+@@ -181,2 +181,3 @@
+-add_subdirectory(3rdparty/zstd EXCLUDE_FROM_ALL)
+-add_subdirectory(3rdparty/libzip EXCLUDE_FROM_ALL)
++pkg_check_modules(zstd REQUIRED IMPORTED_TARGET libzstd)
++alias_library(Zstd::Zstd PkgConfig::zstd)
++find_package(libzip REQUIRED)