svn commit: r465881 - head/lang/rexx-imc

Kirill Ponomarev krion at FreeBSD.org
Thu Mar 29 10:40:30 UTC 2018


Author: krion
Date: Thu Mar 29 10:40:29 2018
New Revision: 465881
URL: https://svnweb.freebsd.org/changeset/ports/465881

Log:
  Switch to ld.bfd by default as ld.ldd doesn't have built-in default
  output target.
  
  PR:		226987
  Submitted by:	emaste
  Approved by:	portmgr (LLD_UNSAFE blanket)

Modified:
  head/lang/rexx-imc/Makefile

Modified: head/lang/rexx-imc/Makefile
==============================================================================
--- head/lang/rexx-imc/Makefile	Thu Mar 29 10:35:39 2018	(r465880)
+++ head/lang/rexx-imc/Makefile	Thu Mar 29 10:40:29 2018	(r465881)
@@ -24,6 +24,8 @@ CONFIGURE_ARGS=		o all
 # configures and builds in one step
 NO_BUILD=		yes
 USE_LDCONFIG=		yes
+LLD_UNSAFE=		yes
+BINARY_ALIAS=		ld=ld.bfd
 
 DOCFILES=	rexx.info rexx.ref rexx.summary rexx.tech
 RMEFILES=	README README.Y2K README.bugreport README.docs \


More information about the svn-ports-all mailing list