summaryrefslogtreecommitdiff
path: root/lang/julia/files/patch-base_Makefile
diff options
context:
space:
mode:
authorHiroo Ono <hiroo.ono+freebsd@gmail.com>2024-05-10 23:55:56 +0800
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2024-05-11 00:11:27 +0800
commit54eaa9043d92b513a1b4952b47d7b7a069ba888a (patch)
tree76e8c1d439fddc72c55853be364fdcb0ad6241e5 /lang/julia/files/patch-base_Makefile
parentarchivers/urbackup-{client,server}: Fix segfault (cryptopp) (diff)
lang/julia: Update to 1.10.3
PR: 278694
Diffstat (limited to 'lang/julia/files/patch-base_Makefile')
-rw-r--r--lang/julia/files/patch-base_Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/julia/files/patch-base_Makefile b/lang/julia/files/patch-base_Makefile
deleted file mode 100644
index 99a5ca8d82bc..000000000000
--- a/lang/julia/files/patch-base_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- base/Makefile.orig 2023-08-24 16:20:21 UTC
-+++ base/Makefile
-@@ -242,9 +242,6 @@ $(eval $(call symlink_system_library,CSL,libstdc++,6))
- $(eval $(call symlink_system_library,CSL,libquadmath,0))
- $(eval $(call symlink_system_library,CSL,libstdc++,6))
- # We allow libssp, libatomic and libgomp to fail as they are not available on all systems
--$(eval $(call symlink_system_library,CSL,libssp,0,ALLOW_FAILURE))
--$(eval $(call symlink_system_library,CSL,libatomic,1,ALLOW_FAILURE))
--$(eval $(call symlink_system_library,CSL,libgomp,1,ALLOW_FAILURE))
- $(eval $(call symlink_system_library,PCRE,libpcre2-8))
- $(eval $(call symlink_system_library,DSFMT,libdSFMT))
- $(eval $(call symlink_system_library,LIBBLASTRAMPOLINE,libblastrampoline))