summarylogtreecommitdiffstats
path: root/0001-flatbuffers-use-23.3.3-to-fix-build-with-gcc13.patch
diff options
context:
space:
mode:
authorgraysky2023-06-04 08:15:21 -0400
committergraysky2023-06-04 08:15:21 -0400
commit0188fb3c82254900c7f13efe62beec11b5428a7f (patch)
tree9e35b7073e00eb1d6702298b6f7e5b080a58baa2 /0001-flatbuffers-use-23.3.3-to-fix-build-with-gcc13.patch
parent9e2bbf44184f9ebdfc9851bb22f765ad909ccfbd (diff)
downloadaur-0188fb3c82254900c7f13efe62beec11b5428a7f.tar.gz
Update to r62122.ce0bfc65020-1
Diffstat (limited to '0001-flatbuffers-use-23.3.3-to-fix-build-with-gcc13.patch')
-rw-r--r--0001-flatbuffers-use-23.3.3-to-fix-build-with-gcc13.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/0001-flatbuffers-use-23.3.3-to-fix-build-with-gcc13.patch b/0001-flatbuffers-use-23.3.3-to-fix-build-with-gcc13.patch
new file mode 100644
index 000000000000..416bc1bd8d1c
--- /dev/null
+++ b/0001-flatbuffers-use-23.3.3-to-fix-build-with-gcc13.patch
@@ -0,0 +1,38 @@
+Subject: [PATCH] flatbuffers: use 23.3.3 to fix build with gcc13
+
+---
+ tools/depends/native/flatbuffers/Makefile | 4 ++--
+ tools/depends/target/flatbuffers/FLATBUFFERS-VERSION | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/tools/depends/native/flatbuffers/Makefile b/tools/depends/native/flatbuffers/Makefile
+index 6911d4c..2d55d7e 100644
+--- a/tools/depends/native/flatbuffers/Makefile
++++ b/tools/depends/native/flatbuffers/Makefile
+@@ -5,10 +5,10 @@ DEPS =../../Makefile.include Makefile ../../download-files.include
+
+ # lib name, version
+ LIBNAME=flatbuffers
+-VERSION=2.0.0
++VERSION=23.3.3
+ SOURCE=$(LIBNAME)-$(VERSION)
+ ARCHIVE=$(SOURCE).tar.gz
+-SHA512=26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89
++SHA512=4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0
+ include ../../download-files.include
+
+ APP=$(PLATFORM)/build-cmake/flatc
+diff --git a/tools/depends/target/flatbuffers/FLATBUFFERS-VERSION b/tools/depends/target/flatbuffers/FLATBUFFERS-VERSION
+index 4d05761..5ccaa80 100644
+--- a/tools/depends/target/flatbuffers/FLATBUFFERS-VERSION
++++ b/tools/depends/target/flatbuffers/FLATBUFFERS-VERSION
+@@ -1,4 +1,4 @@
+ LIBNAME=flatbuffers
+-VERSION=2.0.0
++VERSION=23.3.3
+ ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
+-SHA512=26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89
++SHA512=4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0
+--
+2.41.0
+