diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2018-01-07 19:03:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2018-01-07 19:03:28 +0000 |
commit | 6261259fb2e443c94ce7220d0a58ea228d83871e (patch) | |
tree | c136a1291fd5f9083c599c95ee59fd04088f3b52 /net-im | |
parent | f2bf703bece5732645d233f555ca31a9e147e917 (diff) | |
download | ports-6261259fb2e443c94ce7220d0a58ea228d83871e.tar.gz ports-6261259fb2e443c94ce7220d0a58ea228d83871e.zip |
Notes
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 |