summaryrefslogtreecommitdiff
path: root/dev-lang/mrustc/files/mrustc-0.11.2-gcc15.patch
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-12-10 06:51:00 +1000
committerMatt Jolly <kangie@gentoo.org>2025-01-19 18:29:58 +1000
commitc812a78aee150ad3e2f28d97e56095243e663729 (patch)
tree5998f557f67fd833f1da247f358bfe5a0dd58699 /dev-lang/mrustc/files/mrustc-0.11.2-gcc15.patch
parent1ef1488a24a62b623b323476051ed58a57619ba4 (diff)
downloadgentoo-c812a78aee150ad3e2f28d97e56095243e663729.tar.gz
gentoo-c812a78aee150ad3e2f28d97e56095243e663729.tar.bz2
gentoo-c812a78aee150ad3e2f28d97e56095243e663729.zip
dev-lang/mrustc: add 0.11.2; live
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/mrustc/files/mrustc-0.11.2-gcc15.patch')
-rw-r--r--dev-lang/mrustc/files/mrustc-0.11.2-gcc15.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-lang/mrustc/files/mrustc-0.11.2-gcc15.patch b/dev-lang/mrustc/files/mrustc-0.11.2-gcc15.patch
new file mode 100644
index 000000000000..fd2e8f307872
--- /dev/null
+++ b/dev-lang/mrustc/files/mrustc-0.11.2-gcc15.patch
@@ -0,0 +1,28 @@
+From 3df8e7e14485c7f11da4d90dac02aa061f5e1f1a Mon Sep 17 00:00:00 2001
+From: Matt Jolly <kangie@gentoo.org>
+Date: Sun, 19 Jan 2025 14:07:47 +1000
+Subject: [PATCH] gcc15 includes
+
+--- a/src/common.hpp
++++ b/src/common.hpp
+@@ -13,6 +13,7 @@
+ #include <map>
+ #include <set>
+ #include <cassert>
++#include <cstdint>
+ #include <sstream>
+ #include <memory>
+
+--- a/tools/minicargo/build.cpp
++++ b/tools/minicargo/build.cpp
+@@ -20,6 +20,7 @@
+ #include <fstream>
+ #include <cassert>
+
++#include <cstdint>
+ #include <unordered_map>
+ #include <algorithm> // sort/find_if
+
+--
+2.48.0
+