diff options
author | emaste <emaste@FreeBSD.org> | 2018-03-28 05:16:56 +0800 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2018-03-28 05:16:56 +0800 |
commit | 83be4f8881f452961ba5c9b69496a7a16c18c3f2 (patch) | |
tree | c6d58648ff02b64c2e1be68924a8677aaf0c6591 /multimedia/gmerlin | |
parent | f22102cef1ebf3332788d93816a387f27be8c97e (diff) | |
download | freebsd-ports-gnome-83be4f8881f452961ba5c9b69496a7a16c18c3f2.tar.gz freebsd-ports-gnome-83be4f8881f452961ba5c9b69496a7a16c18c3f2.tar.zst freebsd-ports-gnome-83be4f8881f452961ba5c9b69496a7a16c18c3f2.zip |
multimedia/gmerlin: set LLD_UNSAFE to link using ld.bfd
This port fails when attempting to link with lld as the system linker.
PR: 226990
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'multimedia/gmerlin')
-rw-r--r-- | multimedia/gmerlin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gmerlin/Makefile b/multimedia/gmerlin/Makefile index 6dc5933c3f1a..5830df5e954a 100644 --- a/multimedia/gmerlin/Makefile +++ b/multimedia/gmerlin/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ENV= ac_cv_func_inotify_init=no CONFIGURE_ARGS= --disable-v4l --disable-v4l2 --disable-v4lconvert \ --without-doxygen --with-cpuflags=none --disable-musicbrainz USE_LDCONFIG= yes +LLD_UNSAFE= yes INSTALL_TARGET= install-strip INSTALL_ICONS= yes |