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
This commit is contained in:
Baptiste Daroussin 2013-02-06 15:33:54 +00:00
parent 7babc1bb95
commit 02f5523ed0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311774
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 1 PORTREVISION= 2
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -2,7 +2,7 @@
PORTNAME= libtorrent-rasterbar PORTNAME= libtorrent-rasterbar
PORTVERSION= 0.16.7 PORTVERSION= 0.16.7
PORTREVISION?= 1 PORTREVISION?= 2
CATEGORIES?= net-p2p ipv6 CATEGORIES?= net-p2p ipv6
MASTER_SITES= GOOGLE_CODE MASTER_SITES= GOOGLE_CODE
PROJECTHOST= libtorrent PROJECTHOST= libtorrent
@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --disable-debug \
--with-boost-system=boost_system \ --with-boost-system=boost_system \
--enable-geoip \ --enable-geoip \
--with-libgeoip \ --with-libgeoip \
--with-iconv \
--with-openssl=${OPENSSLBASE} --with-openssl=${OPENSSLBASE}
PORTDOCS= * PORTDOCS= *