diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-06 23:33:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-06 23:33:54 +0800 |
commit | 15e6db83c8afe1d77b3314d627671719b48e81e9 (patch) | |
tree | 70ad7807d8bb775fd4718c84625a37d352d849f6 /net-p2p/libtorrent-rasterbar-16 | |
parent | 60a0dc8b1273c52267f92114842720291dcfdec5 (diff) | |
download | freebsd-ports-graphics-15e6db83c8afe1d77b3314d627671719b48e81e9.tar.gz freebsd-ports-graphics-15e6db83c8afe1d77b3314d627671719b48e81e9.tar.zst freebsd-ports-graphics-15e6db83c8afe1d77b3314d627671719b48e81e9.zip |
Force to build with --with-libiconv
Submitted by: Jeroen van der Ham <jeroen@dckd.nl>
Reported by: Jeroen van der Ham <jeroen@dckd.nl>, rm
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-16')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile index 0259a576bf3..bf7c9365e73 100644 --- a/net-p2p/libtorrent-rasterbar-16/Makefile +++ b/net-p2p/libtorrent-rasterbar-16/Makefile @@ -2,7 +2,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 0.16.7 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net-p2p ipv6 MASTER_SITES= GOOGLE_CODE PROJECTHOST= libtorrent @@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --disable-debug \ --with-boost-system=boost_system \ --enable-geoip \ --with-libgeoip \ + --with-iconv \ --with-openssl=${OPENSSLBASE} PORTDOCS= * |