aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2018-03-29 23:02:05 +0800
committeremaste <emaste@FreeBSD.org>2018-03-29 23:02:05 +0800
commit9fc9786c76713b90bb81ed42caf6f8d368eea602 (patch)
tree4529b71ed63524fb22a9f0d01200a89e8f752a9f /multimedia
parent6417348a7d820fe2d77751aafe80870cb1994c9d (diff)
downloadfreebsd-ports-gnome-9fc9786c76713b90bb81ed42caf6f8d368eea602.tar.gz
freebsd-ports-gnome-9fc9786c76713b90bb81ed42caf6f8d368eea602.tar.zst
freebsd-ports-gnome-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 'multimedia')
-rw-r--r--multimedia/harvid/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/harvid/Makefile b/multimedia/harvid/Makefile
index 23a0162dcce3..e839f64bc6f8 100644
--- a/multimedia/harvid/Makefile
+++ b/multimedia/harvid/Makefile
@@ -18,7 +18,6 @@ USES= gmake jpeg localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= x42
LLD_UNSAFE= yes
-BINARY_ALIAS= ld=ld.bfd
MAKE_JOBS_UNSAFE= yes # https://github.com/x42/harvid/issues/5