diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-05-28 06:12:47 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-05-28 06:12:47 +0000 |
commit | cb5c8198a2e924dc5fb6cd74ad650d55910ff692 (patch) | |
tree | 5d745697ceb616cfcd33f46d7a23950a0bd2e75a /lang/julia/files/patch-base_Makefile | |
parent | Enable lang/julia06, lang/julia07 to be installed simultaneously (diff) |
Turn lang/julia to metaport & introduce JULIA_DEFAULT to bsd.default-versions.mk
PR: 235872
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=502857
Diffstat (limited to 'lang/julia/files/patch-base_Makefile')
-rw-r--r-- | lang/julia/files/patch-base_Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/julia/files/patch-base_Makefile b/lang/julia/files/patch-base_Makefile deleted file mode 100644 index 95a549c14f92..000000000000 --- a/lang/julia/files/patch-base_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |