svn commit: r465878 - head/lang/smlnj

Kirill Ponomarev krion at FreeBSD.org
Thu Mar 29 10:33:02 UTC 2018


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

Log:
  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)

Modified:
  head/lang/smlnj/Makefile

Modified: head/lang/smlnj/Makefile
==============================================================================
--- head/lang/smlnj/Makefile	Thu Mar 29 10:32:21 2018	(r465877)
+++ head/lang/smlnj/Makefile	Thu Mar 29 10:33:01 2018	(r465878)
@@ -19,6 +19,8 @@ LICENSE_TEXT=	The text of the license can be obtained 
 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
 


More information about the svn-ports-all mailing list