diff options
author | krion <krion@FreeBSD.org> | 2018-01-08 03:03:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-01-08 03:03:28 +0800 |
commit | b9de91458260b6c290fc590bc7b56d6b6ca8ff56 (patch) | |
tree | c136a1291fd5f9083c599c95ee59fd04088f3b52 /net-im | |
parent | a1c3f9cc9091b292dbc554edd8f6f12cbf23f8bb (diff) | |
download | freebsd-ports-gnome-b9de91458260b6c290fc590bc7b56d6b6ca8ff56.tar.gz freebsd-ports-gnome-b9de91458260b6c290fc590bc7b56d6b6ca8ff56.tar.zst freebsd-ports-gnome-b9de91458260b6c290fc590bc7b56d6b6ca8ff56.zip |
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/toxic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index ce516a1cceea..51b4b3eb7090 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -38,6 +38,7 @@ PYTHON_VARS= USES+=python:3.3+ PYTHON_MAKE_ARGS= ENABLE_PYTHON=1 MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" +LLD_UNSAFE= yes SUB_FILES= pkg-message USES= desktop-file-utils gettext-runtime gmake ncurses openal:al,alut pkgconfig |