mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
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>
13 lines
337 B
Diff
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>
|