summaryrefslogtreecommitdiff
path: root/dev-lang/julia/files
diff options
context:
space:
mode:
authorJanusz Andrzejewski <janusz.andrzejewski@gmail.com>2022-01-04 23:51:07 +0100
committerMatthias Maier <tamiko@gentoo.org>2022-01-05 05:00:40 -0600
commit60f9d0619455f6065cfe38fdd204193e754e8de0 (patch)
tree58b375366692a324b947c509a9f18fbfaf5098ff /dev-lang/julia/files
parent4477c985afcb07cba5d3dcc95ad60dc28caf100d (diff)
downloadgentoo-60f9d0619455f6065cfe38fdd204193e754e8de0.tar.gz
gentoo-60f9d0619455f6065cfe38fdd204193e754e8de0.tar.bz2
gentoo-60f9d0619455f6065cfe38fdd204193e754e8de0.zip
dev-lang/julia: more LLVM 13 patches for 1.7.1
- I also minimized julia-1.7.1-do_not_set_rpath.patch Bug: https://bugs.gentoo.org/819381 Closes: https://github.com/gentoo/gentoo/pull/23652 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Janusz Andrzejewski <janusz.andrzejewski@gmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'dev-lang/julia/files')
-rw-r--r--dev-lang/julia/files/julia-1.7.1-do_not_set_rpath.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/julia/files/julia-1.7.1-do_not_set_rpath.patch b/dev-lang/julia/files/julia-1.7.1-do_not_set_rpath.patch
new file mode 100644
index 000000000000..7b8c3c7ba51b
--- /dev/null
+++ b/dev-lang/julia/files/julia-1.7.1-do_not_set_rpath.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2021-12-21 09:38:26.782829864 +0100
++++ b/Makefile 2021-12-21 10:52:40.760565902 +0100
+@@ -365,7 +365,7 @@
+ endif
+
+ # Set rpath for LLVM.so which is `$ORIGIN/../lib` moving from `../lib` to `../lib/julia`. We only need to do this for Linux/FreeBSD
+-ifneq (,$(findstring $(OS),Linux FreeBSD))
++ifneq (,$(findstring $(OS),FreeBSD))
+ $(PATCHELF) --set-rpath '$$ORIGIN:$$ORIGIN/$(reverse_private_libdir_rel)' $(DESTDIR)$(private_libdir)/libLLVM.$(SHLIB_EXT)
+ endif
+