svn commit: r465752 - head/irc/evangeline
Ed Maste
emaste at FreeBSD.org
Tue Mar 27 21:05:11 UTC 2018
Author: emaste (src committer)
Date: Tue Mar 27 21:05:10 2018
New Revision: 465752
URL: https://svnweb.freebsd.org/changeset/ports/465752
Log:
irc/evangeline: use BINARY_ALIAS to invoke ld.bfd
This port does not honour LD or -fuse-ld in CFLAGS via LLD_UNSAFE, but
BINARY_ALIAS can be used to ensure we use the BFD linker.
PR: 226989
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
Modified:
head/irc/evangeline/Makefile
Modified: head/irc/evangeline/Makefile
==============================================================================
--- head/irc/evangeline/Makefile Tue Mar 27 20:55:00 2018 (r465751)
+++ head/irc/evangeline/Makefile Tue Mar 27 21:05:10 2018 (r465752)
@@ -18,6 +18,8 @@ USES= gmake tcl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
--with-tclinc=${TCL_INCLUDEDIR}/tcl.h
+# LLD_UNSAFE - requires directly-invoked linker to provide library search paths
+BINARY_ALIAS= ld=ld.bfd
PLIST_FILES= bin/evangeline
More information about the svn-ports-all
mailing list