svn commit: r465883 - head/devel/ztcl
Kirill Ponomarev
krion at FreeBSD.org
Thu Mar 29 10:51:40 UTC 2018
Author: krion
Date: Thu Mar 29 10:51:39 2018
New Revision: 465883
URL: https://svnweb.freebsd.org/changeset/ports/465883
Log:
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)
Modified:
head/devel/ztcl/Makefile
Modified: head/devel/ztcl/Makefile
==============================================================================
--- head/devel/ztcl/Makefile Thu Mar 29 10:48:13 2018 (r465882)
+++ head/devel/ztcl/Makefile Thu Mar 29 10:51:39 2018 (r465883)
@@ -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
More information about the svn-ports-all
mailing list