diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2018-03-28 13:44:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2018-03-28 13:44:32 +0000 |
commit | 5f793b000f1173b4d98f986662fa99ccd7194af0 (patch) | |
tree | 4b0f26959da86204eea293a7e019fc76c9a6a860 /net-im/uTox/Makefile | |
parent | 2a40ae35e7cfb349253fcd985cfac5c2b13bc703 (diff) | |
download | ports-5f793b000f1173b4d98f986662fa99ccd7194af0.tar.gz ports-5f793b000f1173b4d98f986662fa99ccd7194af0.zip |
Notes
Diffstat (limited to 'net-im/uTox/Makefile')
-rw-r--r-- | net-im/uTox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index c6e67129dc30..73b5407db79b 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -28,6 +28,8 @@ GH_TAGNAME= 1835eae USES= cmake compiler:c11 desktop-file-utils localbase:ldflags openal:al \ pkgconfig USE_XORG= x11 xext xrender +LLD_UNSAFE= yes +BINARY_ALIAS= ld=ld.bfd OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS |