Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 19:43:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311790 - head/net-p2p/libtorrent-rasterbar-16
Message-ID:  <201302061943.r16Jh09x039495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Feb  6 19:42:59 2013
New Revision: 311790
URL: http://svnweb.freebsd.org/changeset/ports/311790

Log:
  it's not --with-iconv but --with-libiconv, submitter got it right when
  submitting the first time, I messed it up, sorry
  
  Submitted by:	Jeroen van der Ham <jeroen@dckd.nl>

Modified:
  head/net-p2p/libtorrent-rasterbar-16/Makefile

Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/Makefile	Wed Feb  6 18:45:10 2013	(r311789)
+++ head/net-p2p/libtorrent-rasterbar-16/Makefile	Wed Feb  6 19:42:59 2013	(r311790)
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+=	--disable-debug \
 		--with-boost-system=boost_system \
 		--enable-geoip \
 		--with-libgeoip \
-		--with-iconv \
+		--with-libiconv \
 		--with-openssl=${OPENSSLBASE}
 
 PORTDOCS=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302061943.r16Jh09x039495>