From e52012895af4c92f008daac78c3d8b6d691a5dd1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Jun 2023 19:33:08 +0100 Subject: gentoo auto-resync : 26:06:2023 - 19:33:07 --- .../ppsspp/files/ppsspp-1.14.4-gcc13.patch | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 games-emulation/ppsspp/files/ppsspp-1.14.4-gcc13.patch (limited to 'games-emulation/ppsspp/files') diff --git a/games-emulation/ppsspp/files/ppsspp-1.14.4-gcc13.patch b/games-emulation/ppsspp/files/ppsspp-1.14.4-gcc13.patch deleted file mode 100644 index c4888f0efb6f..000000000000 --- a/games-emulation/ppsspp/files/ppsspp-1.14.4-gcc13.patch +++ /dev/null @@ -1,58 +0,0 @@ -https://bugs.gentoo.org/898910 -https://github.com/hrydgard/ppsspp/commit/9874737087e8d24ea72b3f08b4975031b54a80a5 - -From 822592c6b1441f7110e1cb15dcc5cd2ea1de8099 Mon Sep 17 00:00:00 2001 -From: Andreas Stieger -Date: Wed, 5 Apr 2023 00:20:14 +0200 -Subject: [PATCH] Fix build with GCC13: various standard includes - ---- a/Common/Data/Format/IniFile.h -+++ b/Common/Data/Format/IniFile.h -@@ -8,6 +8,7 @@ - #include - #include - #include -+#include - - #include "Common/File/Path.h" - ---- a/Common/GPU/OpenGL/GLFeatures.h -+++ b/Common/GPU/OpenGL/GLFeatures.h -@@ -5,6 +5,7 @@ - #pragma once - - #include -+#include - - // TODO: Replace with thin3d's vendor enum. - enum { ---- a/Common/Net/NetBuffer.h -+++ b/Common/Net/NetBuffer.h -@@ -1,5 +1,7 @@ - #pragma once - -+#include -+ - #include "Common/Buffer.h" - - namespace net { ---- a/Core/Reporting.h -+++ b/Core/Reporting.h -@@ -19,6 +19,7 @@ - - #include - #include -+#include - - #include "Common/CommonTypes.h" - #include "Common/File/Path.h" ---- a/ext/vma/vk_mem_alloc.h -+++ b/ext/vma/vk_mem_alloc.h -@@ -2624,6 +2624,7 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString( - #include - #include - #include -+#include - - #ifdef _MSC_VER - #include // For functions like __popcnt, _BitScanForward etc. -- cgit v1.2.3