commit: 0e288ff2fc71f2efb259f22473a78a91044fc472 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Nov 14 23:26:11 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Nov 14 23:40:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e288ff2
games-emulation/ppsspp: patch SpvBuilder - include cstdint Closes: https://bugs.gentoo.org/938156 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../files/ppsspp-1.17.1-SpvBuilder-cstdint.patch | 23 ++++++++++++++++++++++ ...pp-1.17.1-r1.ebuild => ppsspp-1.17.1-r2.ebuild} | 1 + 2 files changed, 24 insertions(+) diff --git a/games-emulation/ppsspp/files/ppsspp-1.17.1-SpvBuilder-cstdint.patch b/games-emulation/ppsspp/files/ppsspp-1.17.1-SpvBuilder-cstdint.patch new file mode 100644 index 000000000000..555a0b76fc2d --- /dev/null +++ b/games-emulation/ppsspp/files/ppsspp-1.17.1-SpvBuilder-cstdint.patch @@ -0,0 +1,23 @@ +From 070c7edad68885ab0d7f636140c8c408b490abc4 Mon Sep 17 00:00:00 2001 +From: Ted Rodgers <[email protected]> +Date: Thu, 14 Nov 2024 17:29:33 -0500 +Subject: [PATCH] add <cstdint> include to ext/glslang/SPIRV/SpvBuilder.h + +--- + ext/glslang/SPIRV/SpvBuilder.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/ext/glslang/SPIRV/SpvBuilder.h b/ext/glslang/SPIRV/SpvBuilder.h +index 02e9cf40..40efd59c 100644 +--- a/ext/glslang/SPIRV/SpvBuilder.h ++++ b/ext/glslang/SPIRV/SpvBuilder.h +@@ -56,6 +56,7 @@ namespace spv { + } + + #include <algorithm> ++#include <cstdint> + #include <map> + #include <memory> + #include <set> +-- +2.47.0 \ No newline at end of file diff --git a/games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild b/games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild similarity index 97% rename from games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild rename to games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild index 9424f517b5a0..db0899e1c0ed 100644 --- a/games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild @@ -55,6 +55,7 @@ BDEPEND=" " PATCHES=( + "${FILESDIR}/${PN}-1.17.1-SpvBuilder-cstdint.patch" "${FILESDIR}/${PN}-1.17.1-avcodec-18825.patch" "${FILESDIR}/${PN}-1.17.1-ccache-18826.patch" "${FILESDIR}/${PN}-1.17.1-cmake-cxx.patch"
