summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-08-27 01:24:40 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-08-27 01:24:40 -0400
commitbfce5962f19f461c6a2c1f94064f7341dc60ba4e (patch)
tree589eaa7a8af7691caf8055638f6f813ae22fd917 /games-emulation/pcsx2
parentgames-emulation/pcsx2: update live, give up unbundling (diff)
downloadgentoo-bfce5962f19f461c6a2c1f94064f7341dc60ba4e.tar.gz
gentoo-bfce5962f19f461c6a2c1f94064f7341dc60ba4e.tar.bz2
gentoo-bfce5962f19f461c6a2c1f94064f7341dc60ba4e.zip
games-emulation/pcsx2: drop unused patch
Forgot this one was only in 9999, so can clean it up now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r--games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch8
1 files changed, 0 insertions, 8 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
deleted file mode 100644
index 631e49b3bddf..000000000000
--- a/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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)