diff options
author | krion <krion@FreeBSD.org> | 2018-03-29 18:51:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-03-29 18:51:39 +0800 |
commit | 301df151eee5032102217da443f31c40fc3ac560 (patch) | |
tree | f04a2f3c0bb07d454edd150ecc668dac151fc175 | |
parent | 0a098bf7484e068f20f45a4bf450e04d0eb7e93f (diff) | |
download | freebsd-ports-gnome-301df151eee5032102217da443f31c40fc3ac560.tar.gz freebsd-ports-gnome-301df151eee5032102217da443f31c40fc3ac560.tar.zst freebsd-ports-gnome-301df151eee5032102217da443f31c40fc3ac560.zip |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226984
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
-rw-r--r-- | devel/ztcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ztcl/Makefile b/devel/ztcl/Makefile index 4cd94ad3fd42..203a282b56ad 100644 --- a/devel/ztcl/Makefile +++ b/devel/ztcl/Makefile @@ -20,6 +20,8 @@ OPTIONS_DEFINE= DOCS USES= gmake tcl:tea USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//} +LLD_UNSAFE= yes +BINARY_ALIAS= ld=ld.bfd INFO= ${PORTNAME} ${PORTNAME}-zlib |