diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-03-29 23:02:05 +0800 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-03-29 23:02:05 +0800 |
commit | 73ca9e723034e1ab068959a8342312b81f182f33 (patch) | |
tree | 4529b71ed63524fb22a9f0d01200a89e8f752a9f /net-im | |
parent | 921597722013b1123b6775e8f314063132cca72a (diff) | |
download | freebsd-ports-gnome-73ca9e723034e1ab068959a8342312b81f182f33.tar.gz freebsd-ports-gnome-73ca9e723034e1ab068959a8342312b81f182f33.tar.zst freebsd-ports-gnome-73ca9e723034e1ab068959a8342312b81f182f33.zip |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/uTox/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index 73b5407db79b..cfd6040603fd 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -29,7 +29,6 @@ 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 |