From 5880e274502f29f69c921ed16320d8fcc80def36 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 22 May 2024 20:46:34 -0400 Subject: games-emulation/pcsx2: drop obsolete patch Still applies but been fixed upstream, wasn't neccessary for the last bump either. Signed-off-by: Ionen Wolkens --- .../pcsx2/files/pcsx2-1.7.5817-missing-headers.patch | 18 ------------------ games-emulation/pcsx2/pcsx2-1.7.5835.ebuild | 1 - games-emulation/pcsx2/pcsx2-9999.ebuild | 1 - 3 files changed, 20 deletions(-) delete mode 100644 games-emulation/pcsx2/files/pcsx2-1.7.5817-missing-headers.patch (limited to 'games-emulation') diff --git a/games-emulation/pcsx2/files/pcsx2-1.7.5817-missing-headers.patch b/games-emulation/pcsx2/files/pcsx2-1.7.5817-missing-headers.patch deleted file mode 100644 index d8d341a7dea1..000000000000 --- a/games-emulation/pcsx2/files/pcsx2-1.7.5817-missing-headers.patch +++ /dev/null @@ -1,18 +0,0 @@ -ThreadedFileReader.cpp:37:4: error: use of undeclared identifier 'memcpy' -defs.h:78:14: error: no member named 'clamp' in namespace 'std' ---- a/pcsx2/CDVD/ThreadedFileReader.h -+++ b/pcsx2/CDVD/ThreadedFileReader.h -@@ -10,4 +10,5 @@ - #include - #include -+#include - - class Error; ---- a/pcsx2/SPU2/defs.h -+++ b/pcsx2/SPU2/defs.h -@@ -6,4 +6,5 @@ - #include "GS/MultiISA.h" - -+#include - #include - diff --git a/games-emulation/pcsx2/pcsx2-1.7.5835.ebuild b/games-emulation/pcsx2/pcsx2-1.7.5835.ebuild index 295c925c4305..3b09dfdebe2d 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.5835.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.5835.ebuild @@ -78,7 +78,6 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-1.7.4667-flags.patch "${FILESDIR}"/${PN}-1.7.5232-cubeb-automagic.patch - "${FILESDIR}"/${PN}-1.7.5817-missing-headers.patch "${FILESDIR}"/${PN}-1.7.5835-vanilla-shaderc.patch ) diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 295c925c4305..3b09dfdebe2d 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -78,7 +78,6 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-1.7.4667-flags.patch "${FILESDIR}"/${PN}-1.7.5232-cubeb-automagic.patch - "${FILESDIR}"/${PN}-1.7.5817-missing-headers.patch "${FILESDIR}"/${PN}-1.7.5835-vanilla-shaderc.patch ) -- cgit v1.2.3-65-gdbad