diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-27 18:37:49 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-27 19:44:58 -0400 |
commit | b081f691a861628da5a9cbb59ca726108fc5e499 (patch) | |
tree | f90f58eb7a658e27ddc7144a952b9e7e08ca7915 /games-emulation | |
parent | x11-drivers/nvidia-drivers: drop unnecessary patches (diff) | |
download | gentoo-b081f691a861628da5a9cbb59ca726108fc5e499.tar.gz gentoo-b081f691a861628da5a9cbb59ca726108fc5e499.tar.bz2 gentoo-b081f691a861628da5a9cbb59ca726108fc5e499.zip |
games-emulation/pcsx2: drop unnecessary patch
Ended up using -Werror=strict-prototypes to test things, but as far
as I'm aware this shouldn't be "needed" with clang16 either unless
something passes that -Werror. Should still get fixed upstream but
want less patches to manage here. Will revisit if needed.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/files/pcsx2-1.7.3329-clang16.patch | 19 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.7.3329.ebuild | 1 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 1 |
3 files changed, 0 insertions, 21 deletions
diff --git a/games-emulation/pcsx2/files/pcsx2-1.7.3329-clang16.patch b/games-emulation/pcsx2/files/pcsx2-1.7.3329-clang16.patch deleted file mode 100644 index 331101ed6a1c..000000000000 --- a/games-emulation/pcsx2/files/pcsx2-1.7.3329-clang16.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://bugs.gentoo.org/870412 ---- a/3rdparty/cpuinfo/src/api.c -+++ b/3rdparty/cpuinfo/src/api.c -@@ -78 +78 @@ --const struct cpuinfo_uarch_info* cpuinfo_get_uarchs() { -+const struct cpuinfo_uarch_info* cpuinfo_get_uarchs(void) { ---- a/cmake/FindPCAP.cmake -+++ b/cmake/FindPCAP.cmake -@@ -47 +47 @@ --check_c_source_compiles("int main() { return 0; }" PCAP_LINKS_SOLO) -+check_c_source_compiles("int main(void) { return 0; }" PCAP_LINKS_SOLO) -@@ -55 +55 @@ -- check_c_source_compiles("int main() { return 0; }" PCAP_NEEDS_THREADS) -+ check_c_source_compiles("int main(void) { return 0; }" PCAP_NEEDS_THREADS) ---- a/tests/ctest/CMakeLists.txt -+++ b/tests/ctest/CMakeLists.txt -@@ -20 +20 @@ -- int main() { -+ int main(void) { diff --git a/games-emulation/pcsx2/pcsx2-1.7.3329.ebuild b/games-emulation/pcsx2/pcsx2-1.7.3329.ebuild index b5e09ffc395f..6dd06cea5dcb 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.3329.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.3329.ebuild @@ -81,7 +81,6 @@ FILECAPS=( PATCHES=( "${FILESDIR}"/${PN}-1.7.0-crcs.patch - "${FILESDIR}"/${PN}-1.7.3329-clang16.patch "${FILESDIR}"/${PN}-1.7.3329-lto.patch "${FILESDIR}"/${PN}-1.7.3329-musl.patch "${FILESDIR}"/${PN}-1.7.3329-qt6.patch diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index bbe944648d41..f84ec7bab70e 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -81,7 +81,6 @@ FILECAPS=( PATCHES=( "${FILESDIR}"/${PN}-1.7.0-crcs.patch - "${FILESDIR}"/${PN}-1.7.3329-clang16.patch "${FILESDIR}"/${PN}-1.7.3329-lto.patch "${FILESDIR}"/${PN}-1.7.3329-musl.patch "${FILESDIR}"/${PN}-1.7.3329-qt6.patch |