gentoo-ebuilds/media-gfx/renderdoc/files/renderdoc-1.36-gcc15-fix.patch
OldManSeph7818 feae008052
media-gfx/renderdoc: rev bump to 1.36
bumps to upstream version 1.36

patches for gcc15/gnu23

adds python3_13 to python compat in ebuild

Closes: https://bugs.gentoo.org/938498
Closes: https://bugs.gentoo.org/952524
Signed-off-by: OldManSeph7818 <sschaefering@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40338
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-04-22 22:34:52 +02:00

13 lines
337 B
Diff

From: OldManSeph7818 <sschaefering@gmail.com>
Date: Mon, 27 Jan 2025 15:47
Subject: [PATCH] fix gcc-15 build
--- a/renderdoc/3rdparty/glslang/SPIRV/SpvBuilder.h
+++ b/renderdoc/3rdparty/glslang/SPIRV/SpvBuilder.h
@@ -64,2 +64,3 @@
-#include <unordered_map>
-#include <map>
+#include <unordered_map>
+#include <cstdint>
+#include <map>