summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-05-01 21:29:09 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-05-02 02:39:02 +0200
commitff92c8f0acd46f84cdd4e1dde15e9ed75536cbe8 (patch)
tree7ebd57dacdc2beab29e131856b53d3f365952bb1 /dev-lang/julia/files
parentdev-util/gertty: enable support for sqlalchemy-2 (diff)
downloadgentoo-ff92c8f0acd46f84cdd4e1dde15e9ed75536cbe8.tar.gz
gentoo-ff92c8f0acd46f84cdd4e1dde15e9ed75536cbe8.tar.bz2
gentoo-ff92c8f0acd46f84cdd4e1dde15e9ed75536cbe8.zip
dev-lang/julia: patch for GCC 13
Closes: https://bugs.gentoo.org/895710 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/julia/files')
-rw-r--r--dev-lang/julia/files/julia-1.8.3-gcc13.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-lang/julia/files/julia-1.8.3-gcc13.patch b/dev-lang/julia/files/julia-1.8.3-gcc13.patch
new file mode 100644
index 000000000000..96e2e48ba78d
--- /dev/null
+++ b/dev-lang/julia/files/julia-1.8.3-gcc13.patch
@@ -0,0 +1,10 @@
+--- a/deps/srccache/JuliaLang-llvm-project-8a2ae8c/llvm/include/llvm/Support/Signals.h
++++ b/deps/srccache/JuliaLang-llvm-project-8a2ae8c/llvm/include/llvm/Support/Signals.h
+@@ -15,6 +15,7 @@
+ #define LLVM_SUPPORT_SIGNALS_H
+
+ #include <string>
++#include <cstdint>
+
+ namespace llvm {
+ class StringRef;