summarylogtreecommitdiffstats
path: root/gcc-13-fixes.patch
diff options
context:
space:
mode:
authorJustKidding2023-05-11 19:02:50 -0500
committerJustKidding2023-05-11 19:02:50 -0500
commit07c2a6224c03ce368a2be836a34dc773d1bbe629 (patch)
tree1ea2719faf1da83f1cd1eb004d01282ca7e75e63 /gcc-13-fixes.patch
parent0c1ba2bed933f88d9d4b6524243dc2546ba4b28d (diff)
downloadaur-07c2a6224c03ce368a2be836a34dc773d1bbe629.tar.gz
upgpkg: java11-openjfx 11.0.19.u1-3
Diffstat (limited to 'gcc-13-fixes.patch')
-rw-r--r--gcc-13-fixes.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/gcc-13-fixes.patch b/gcc-13-fixes.patch
new file mode 100644
index 000000000000..9590abed1a7b
--- /dev/null
+++ b/gcc-13-fixes.patch
@@ -0,0 +1,38 @@
+diff --git a/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/Heap.cpp b/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/Heap.cpp
+index 4a1e1c1243..4e6ab08b3c 100644
+--- a/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/Heap.cpp
++++ b/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/Heap.cpp
+@@ -41,6 +41,7 @@
+ #include "bmalloc.h"
+ #include <thread>
+ #include <vector>
++#include <cstdio>
+
+ #if BOS(DARWIN)
+ #include "Zone.h"
+diff --git a/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoHeapImplInlines.h b/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoHeapImplInlines.h
+index d20f02d441..ebb6f8927e 100644
+--- a/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoHeapImplInlines.h
++++ b/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoHeapImplInlines.h
+@@ -30,6 +30,8 @@
+ #include "IsoSharedHeapInlines.h"
+ #include "IsoSharedPageInlines.h"
+
++#include <cstdio>
++
+ #if !BUSE(LIBPAS)
+
+ namespace bmalloc {
+diff --git a/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoSharedPageInlines.h b/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoSharedPageInlines.h
+index 80147afd02..7ad2eac710 100644
+--- a/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoSharedPageInlines.h
++++ b/modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoSharedPageInlines.h
+@@ -29,6 +29,8 @@
+ #include "StdLibExtras.h"
+ #include "VMAllocate.h"
+
++#include <cstdio>
++
+ #if !BUSE(LIBPAS)
+
+ namespace bmalloc {