summaryrefslogtreecommitdiff
path: root/dev-games/godot/files/godot-4.0.3-gcc13.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/godot/files/godot-4.0.3-gcc13.patch')
-rw-r--r--dev-games/godot/files/godot-4.0.3-gcc13.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-games/godot/files/godot-4.0.3-gcc13.patch b/dev-games/godot/files/godot-4.0.3-gcc13.patch
new file mode 100644
index 000000000000..145303c7ebd5
--- /dev/null
+++ b/dev-games/godot/files/godot-4.0.3-gcc13.patch
@@ -0,0 +1,9 @@
+Issues seem(?) to only trigger when gcc13 is combined with musl.
+
+https://bugs.gentoo.org/906363
+--- a/thirdparty/vhacd/inc/vhacdManifoldMesh.h
++++ b/thirdparty/vhacd/inc/vhacdManifoldMesh.h
+@@ -17,2 +17,3 @@
+ #define VHACD_MANIFOLD_MESH_H
++#include <cstdint>
+ #include "vhacdCircularList.h"