summaryrefslogtreecommitdiff
path: root/lang/julia/files/patch-base_Makefile
diff options
context:
space:
mode:
authorEric Reardon <rizor.reardon@yahoo.com>2023-01-11 22:12:27 -0400
committerJoseph Mingrone <jrm@FreeBSD.org>2023-01-12 11:29:25 -0400
commit01e944578935b1532a7e3534d603deaa50efd99e (patch)
tree8e093071a494d725abbe83a3c310dec9a665a8f2 /lang/julia/files/patch-base_Makefile
parentdevel/py-pytoolconfig: Add new port: Python Tool Configuration (diff)
lang/julia: Update to 1.8.5
https://github.com/JuliaLang/julia/releases/tag/v1.8.5 PR: 268896
Diffstat (limited to 'lang/julia/files/patch-base_Makefile')
-rw-r--r--lang/julia/files/patch-base_Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/julia/files/patch-base_Makefile b/lang/julia/files/patch-base_Makefile
deleted file mode 100644
index e3afc7857f0a..000000000000
--- a/lang/julia/files/patch-base_Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- base/Makefile.orig 2022-12-23 22:14:27 UTC
-+++ base/Makefile
-@@ -190,7 +190,7 @@ symlink_p7zip: $(build_bindir)/7z$(EXE)
-
- ifneq ($(USE_SYSTEM_P7ZIP),0)
- SYMLINK_SYSTEM_LIBRARIES += symlink_p7zip
--7Z_PATH := $(shell which 7z$(EXE))
-+7Z_PATH := $(shell which 7zz$(EXE))
- endif
-
- $(build_bindir)/7z$(EXE):
-@@ -218,6 +218,8 @@ else
- $(eval $(call symlink_system_library,CSL,libgcc_s,1))
- endif
- endif
-+else
-+$(eval $(call symlink_system_library,CSL,libgcc_s,1))
- endif
- ifneq (,$(LIBGFORTRAN_VERSION))
- $(eval $(call symlink_system_library,CSL,libgfortran,$(LIBGFORTRAN_VERSION)))