svn commit: r465809 - head/net-im/uTox

Kirill Ponomarev krion at FreeBSD.org
Wed Mar 28 13:44:32 UTC 2018


Author: krion
Date: Wed Mar 28 13:44:32 2018
New Revision: 465809
URL: https://svnweb.freebsd.org/changeset/ports/465809

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

Modified:
  head/net-im/uTox/Makefile

Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile	Wed Mar 28 13:26:31 2018	(r465808)
+++ head/net-im/uTox/Makefile	Wed Mar 28 13:44:32 2018	(r465809)
@@ -28,6 +28,8 @@ GH_TAGNAME=	1835eae
 USES=		cmake compiler:c11 desktop-file-utils localbase:ldflags openal:al	\
 		pkgconfig
 USE_XORG=	x11 xext xrender
+LLD_UNSAFE=	yes
+BINARY_ALIAS=	ld=ld.bfd
 
 OPTIONS_DEFINE=		DBUS
 OPTIONS_DEFAULT=	DBUS


More information about the svn-ports-head mailing list