diff options
author | emaste <emaste@FreeBSD.org> | 2018-03-29 23:02:05 +0800 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2018-03-29 23:02:05 +0800 |
commit | 9fc9786c76713b90bb81ed42caf6f8d368eea602 (patch) | |
tree | 4529b71ed63524fb22a9f0d01200a89e8f752a9f /www | |
parent | 6417348a7d820fe2d77751aafe80870cb1994c9d (diff) | |
download | freebsd-ports-graphics-9fc9786c76713b90bb81ed42caf6f8d368eea602.tar.gz freebsd-ports-graphics-9fc9786c76713b90bb81ed42caf6f8d368eea602.tar.zst freebsd-ports-graphics-9fc9786c76713b90bb81ed42caf6f8d368eea602.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 'www')
-rw-r--r-- | www/mozplugger/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mozplugger/Makefile b/www/mozplugger/Makefile index 83cc7424e50..9676a940671 100644 --- a/www/mozplugger/Makefile +++ b/www/mozplugger/Makefile @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes USES= desthack gmake webplugin:native USE_XORG= x11 xt LLD_UNSAFE= yes -BINARY_ALIAS= ld=ld.bfd WEBPLUGIN_FILES=mozplugger.so MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGIN_DIR}" |