aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-03-28 17:58:47 +0800
committerKirill Ponomarev <krion@FreeBSD.org>2018-03-28 17:58:47 +0800
commit5ac691738dcb4b8a467e2ea44f044db27c98c073 (patch)
tree20dc1890eb00a5daee222ad55c471305ca0dd3ac
parentf1ddf5c91ddf4620096f3f3ea14a23ef4dd8e3ae (diff)
downloadfreebsd-ports-5ac691738dcb4b8a467e2ea44f044db27c98c073.tar.gz
freebsd-ports-5ac691738dcb4b8a467e2ea44f044db27c98c073.tar.zst
freebsd-ports-5ac691738dcb4b8a467e2ea44f044db27c98c073.zip
Switch to /usr/bin/ld.bfd by default as ld.ldd doesn't have built-in
default output target. PR: 226999 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
Notes
Notes: svn path=/head/; revision=465791
-rw-r--r--multimedia/harvid/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/harvid/Makefile b/multimedia/harvid/Makefile
index ef56060a45e8..23a0162dcce3 100644
--- a/multimedia/harvid/Makefile
+++ b/multimedia/harvid/Makefile
@@ -17,6 +17,8 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
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