mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
games-emulation/rpcs3: 9999 drop obsolete patch
Dropped in 94431a7a33
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
From 5d3427acaad0084caee0051c846efe9a333e5428 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?=
|
||||
<gonegrier.duarte@gmail.com>
|
||||
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 <gonegrier.duarte@gmail.com>
|
||||
---
|
||||
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 <linux/uinput.h>
|
||||
#include <fcntl.h>
|
||||
+#include <unistd.h>
|
||||
#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
|
||||
|
||||
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user