diff options
author | pi <pi@FreeBSD.org> | 2015-09-05 00:50:36 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-09-05 00:50:36 +0800 |
commit | 2c03e1b69834bf22d048c3ee866006cf293870eb (patch) | |
tree | 69baa92db28798f947ee6b2f4561c7113b87fb89 /net-p2p | |
parent | 00101d8bb4d13f8e4689f986dacabeb5316126cc (diff) | |
download | freebsd-ports-gnome-2c03e1b69834bf22d048c3ee866006cf293870eb.tar.gz freebsd-ports-gnome-2c03e1b69834bf22d048c3ee866006cf293870eb.tar.zst freebsd-ports-gnome-2c03e1b69834bf22d048c3ee866006cf293870eb.zip |
net-p2p/libtorrent-rasterbar: fix use of libiconv for non-ascii file download
PR: 198072
Submitted by: bro.development@gmail.com
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index ab1ef51a2922..214966e98d65 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS?= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ libGeoIP.so:${PORTSDIR}/net/GeoIP -USES+= compiler:c++11-lang iconv libtool pathfix pkgconfig +USES+= compiler:c++11-lang iconv:wchar_t libtool pathfix pkgconfig USE_OPENSSL= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |