diff options
author | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2020-07-31 00:52:40 +0000 |
---|---|---|
committer | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2020-07-31 00:52:40 +0000 |
commit | 04cd0338f698ee818342d67562d0329fe138f1de (patch) | |
tree | e731f583e0a2ed7e647011f1ff09c6b0a0a3b028 /net-p2p/transmission-cli | |
parent | 221d85fe8ee1a173c4c5f2794deac7f8d213a480 (diff) |
Notes
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 13c79863a318..f82ad558e943 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -2,7 +2,7 @@ PORTNAME= transmission DISTVERSION= 3.00 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES+= net-p2p SLAVEPORT?= cli PKGNAMESUFFIX?= -cli @@ -29,6 +29,10 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \ USES+= cmake cpe iconv libtool localbase pkgconfig ssl +# Workaround: PR 248326 +# https://github.com/transmission/transmission/issues/1359 +CFLAGS+= -DNDEBUG + . if ${SLAVEPORT:Mcli} NLS_USES= gettext-runtime:run . endif |