ports/lang/julia07/files/patch-base_Makefile
Li-Wen Hsu 16af706f3c - Remove using of libwhich from build process
It doesn't affect julia work but may cause building proess hang

PR:		231479
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Reported by:	Trond.Endrestol@ximalas.info
Obtained from:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231479#c9
2018-09-23 10:11:11 +00:00

11 lines
456 B
Text

--- 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