diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-05-28 06:00:59 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-05-28 06:00:59 +0000 |
commit | 803cdf737236f06e6eb36257911a9a02aae75fa5 (patch) | |
tree | 9d17c44a1924868d7001daea46b538b8ab61123b /lang/julia11/files/patch-base_Makefile | |
parent | Copy lang/julia to lang/julia10 (diff) |
Copy lang/julia10 to lang/julia11 and update to 1.1.0
PR: 235872
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=502855
Diffstat (limited to 'lang/julia11/files/patch-base_Makefile')
-rw-r--r-- | lang/julia11/files/patch-base_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/julia11/files/patch-base_Makefile b/lang/julia11/files/patch-base_Makefile new file mode 100644 index 000000000000..95a549c14f92 --- /dev/null +++ b/lang/julia11/files/patch-base_Makefile @@ -0,0 +1,11 @@ +--- base/Makefile.orig 2018-09-20 04:08:53 UTC ++++ base/Makefile +@@ -109,7 +109,7 @@ ifneq ($(OS), WINNT) + # put a symlink in the private libdir. + # System package managers may want to install these links manually, + # but if not, this will try to create the proper symlink to the right minor version. +-all: symlink_system_libraries ++all: + SYMLINK_SYSTEM_LIBRARIES := + + # if it's a symlink, pick up the symlink target instead, for one level of indirection |