diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-11-15 00:26:11 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-11-15 00:40:54 +0100 |
commit | 0e288ff2fc71f2efb259f22473a78a91044fc472 (patch) | |
tree | 988ea8cceb6206166d5e05f0c47449818ae62582 /games-emulation | |
parent | dev-scheme/chez: bump to 10.1.0 (diff) | |
download | gentoo-0e288ff2fc71f2efb259f22473a78a91044fc472.tar.gz gentoo-0e288ff2fc71f2efb259f22473a78a91044fc472.tar.bz2 gentoo-0e288ff2fc71f2efb259f22473a78a91044fc472.zip |
games-emulation/ppsspp: patch SpvBuilder - include cstdint
Closes: https://bugs.gentoo.org/938156
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/ppsspp/files/ppsspp-1.17.1-SpvBuilder-cstdint.patch | 23 | ||||
-rw-r--r-- | games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild (renamed from games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild) | 1 |
2 files changed, 24 insertions, 0 deletions
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 <ted.d.rodgers@gmail.com> +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 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" |