Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2015 16:50:36 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396112 - head/net-p2p/libtorrent-rasterbar
Message-ID:  <201509041650.t84GoacT049767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Sep  4 16:50:36 2015
New Revision: 396112
URL: https://svnweb.freebsd.org/changeset/ports/396112

Log:
  net-p2p/libtorrent-rasterbar: fix use of libiconv for non-ascii file download
  
  PR:		198072
  Submitted by:	bro.development@gmail.com

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

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Fri Sep  4 16:35:21 2015	(r396111)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Fri Sep  4 16:50:36 2015	(r396112)
@@ -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



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