Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2018 13:44:32 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465809 - head/net-im/uTox
Message-ID:  <201803281344.w2SDiWJ9075530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803281344.w2SDiWJ9075530>