aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-03-29 18:33:01 +0800
committerKirill Ponomarev <krion@FreeBSD.org>2018-03-29 18:33:01 +0800
commit2acb6c9cff776659cf6709fb0055b1d9e2a27186 (patch)
tree99e16001529efb2fb5895c74e99f69ada923d13b
parentd023390c497602077482703d31eeafffeb395b09 (diff)
downloadfreebsd-ports-2acb6c9cff776659cf6709fb0055b1d9e2a27186.tar.gz
freebsd-ports-2acb6c9cff776659cf6709fb0055b1d9e2a27186.tar.zst
freebsd-ports-2acb6c9cff776659cf6709fb0055b1d9e2a27186.zip
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target. PR: 226991 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
Notes
Notes: svn path=/head/; revision=465878
-rw-r--r--lang/smlnj/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile
index 18442c8334f1..2ac3ddd0af2b 100644
--- a/lang/smlnj/Makefile
+++ b/lang/smlnj/Makefile
@@ -19,6 +19,8 @@ LICENSE_TEXT= The text of the license can be obtained from the following URL:\
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
ONLY_FOR_ARCHS= i386 amd64
+LLD_UNSAFE= yes
+BINARY_ALIAS= ld=ld.bfd
NO_WRKSUBDIR= yes