svn commit: r396112 - head/net-p2p/libtorrent-rasterbar

Kurt Jaeger pi at FreeBSD.org
Fri Sep 4 16:50:37 UTC 2015


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 at 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


More information about the svn-ports-all mailing list