From a1915ce8aa822360ea720bdbb4bb3ad2cf9bb6f2 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Tue, 23 Apr 2024 18:03:53 +0200 Subject: games-emulation/rpcs3: 9999 drop obsolete patch Dropped in https://github.com/RPCS3/rpcs3/commit/94431a7a33e7a3b04d83f62ce94d8d11b47cc698 Signed-off-by: Paul Zander --- ...-0001-gui_pad_thread-add-missing-unistd-h.patch | 29 ---------------------- games-emulation/rpcs3/rpcs3-9999.ebuild | 6 ----- 2 files changed, 35 deletions(-) delete mode 100644 games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch diff --git a/games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch b/games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch deleted file mode 100644 index 7bd67c06e..000000000 --- a/games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5d3427acaad0084caee0051c846efe9a333e5428 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= - -Date: Sun, 14 Apr 2024 17:58:50 +0100 -Subject: [PATCH] rpcs3-gui_pad_thread-add-missing-unistd-h -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Gonçalo Negrier Duarte ---- - rpcs3/Input/gui_pad_thread.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/rpcs3/Input/gui_pad_thread.cpp b/rpcs3/Input/gui_pad_thread.cpp -index 92fb23367..e3dbae518 100644 ---- a/rpcs3/Input/gui_pad_thread.cpp -+++ b/rpcs3/Input/gui_pad_thread.cpp -@@ -22,6 +22,7 @@ - #ifdef __linux__ - #include - #include -+#include - #define CHECK_IOCTRL_RET(res) if (res == -1) { gui_log.error("gui_pad_thread: ioctl failed (errno=%d=%s)", res, strerror(errno)); } - #elif defined(__APPLE__) - #pragma GCC diagnostic push --- -2.44.0 - diff --git a/games-emulation/rpcs3/rpcs3-9999.ebuild b/games-emulation/rpcs3/rpcs3-9999.ebuild index ec248dd21..27d67610b 100644 --- a/games-emulation/rpcs3/rpcs3-9999.ebuild +++ b/games-emulation/rpcs3/rpcs3-9999.ebuild @@ -68,11 +68,6 @@ RDEPEND="${DEPEND}" QA_PREBUILT="usr/share/rpcs3/test/.*" QA_WX_LOAD="usr/share/rpcs3/test/*" -PATCHES=( - "${FILESDIR}/${PN}-0001-gui_pad_thread-add-missing-unistd-h.patch" -) - - src_prepare() { if [[ ${PV} != "9999" ]]; then rmdir "${S}/3rdparty/asmjit/asmjit" || die @@ -96,7 +91,6 @@ src_prepare() { rmdir "${S}/3rdparty/yaml-cpp/yaml-cpp" || die mv "${WORKDIR}/yaml-cpp-${YAMLCPP_COMMIT}" "${S}/3rdparty/SoundTouch/soundtouch" || die - #Define RPCS3 Version { echo "#define RPCS3_GIT_VERSION \"${PV}\"" echo '#define RPCS3_GIT_BRANCH "master"' -- cgit v1.2.3-65-gdbad