summaryrefslogtreecommitdiff
path: root/lang/julia/files/patch-deps_llvm.mk
diff options
context:
space:
mode:
authorEric Reardon <rizor.reardon@yahoo.com>2022-05-31 07:05:10 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-06-01 18:21:47 +0200
commit6f22f6eb1bbd996d87ddf08a7b3d3f4a1168bcc1 (patch)
treef3017695f87fee91a43d8a58a3781a7ae305f34a /lang/julia/files/patch-deps_llvm.mk
parentmultimedia/get_iplayer: Update to 3.30 (diff)
lang/julia: Update to 1.7.3
ChangeLog: https://github.com/JuliaLang/julia/compare/v1.7.2...v1.7.3 PR: 264352 Reported by: rizor.reardon@yahoo.com (maintainer)
Diffstat (limited to 'lang/julia/files/patch-deps_llvm.mk')
-rw-r--r--lang/julia/files/patch-deps_llvm.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/julia/files/patch-deps_llvm.mk b/lang/julia/files/patch-deps_llvm.mk
new file mode 100644
index 000000000000..a8e5ad8efe61
--- /dev/null
+++ b/lang/julia/files/patch-deps_llvm.mk
@@ -0,0 +1,11 @@
+--- deps/llvm.mk.orig 2022-05-18 05:08:54 UTC
++++ deps/llvm.mk
+@@ -277,7 +277,7 @@ $(eval $(call LLVM_PATCH,llvm7-symver-jlprefix))
+ endif
+
+ # declare that all patches must be applied before running ./configure
+-$(LLVM_BUILDDIR_withtype)/build-configured: | $(LLVM_PATCH_PREV) $(build_prefix)/manifest/zlib
++$(LLVM_BUILDDIR_withtype)/build-configured: | $(LLVM_PATCH_PREV)
+
+ $(LLVM_BUILDDIR_withtype)/build-configured: $(SRCCACHE)/$(LLVM_SRC_DIR)/source-extracted | $(llvm_python_workaround)
+ mkdir -p $(dir $@)