summaryrefslogtreecommitdiff
path: root/lang/julia/files/patch-base_Makefile
diff options
context:
space:
mode:
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)))