summaryrefslogtreecommitdiff
path: root/dev-games/godot/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-25 17:25:57 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-25 17:25:57 +0100
commit7ca727413163c0e381621a04aec80b0b9d3671dc (patch)
tree7fe66f7a6091dfd8b7378fcc5088fd33fd4f56f8 /dev-games/godot/files
parent70a8e0f526762c28622fae5f944f8f59f9abf728 (diff)
gentoo auto-resync : 25:09:2023 - 17:25:57
Diffstat (limited to 'dev-games/godot/files')
-rw-r--r--dev-games/godot/files/godot-3.5.3-gcc13.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-games/godot/files/godot-3.5.3-gcc13.patch b/dev-games/godot/files/godot-3.5.3-gcc13.patch
new file mode 100644
index 000000000000..dd681b87dce5
--- /dev/null
+++ b/dev-games/godot/files/godot-3.5.3-gcc13.patch
@@ -0,0 +1,9 @@
+Issues seem(?) to only trigger when gcc13 is combined with musl.
+
+https://bugs.gentoo.org/906363
+--- a/modules/fbx/fbx_parser/FBXCommon.h
++++ b/modules/fbx/fbx_parser/FBXCommon.h
+@@ -78,2 +78,3 @@
+
++#include <cstdint>
+ #include <string>