svn commit: r408411 - head/ftp/libfilezilla

Roman Bogorodskiy novel at FreeBSD.org
Sun Feb 7 14:35:17 UTC 2016


Author: novel
Date: Sun Feb  7 14:35:15 2016
New Revision: 408411
URL: https://svnweb.freebsd.org/changeset/ports/408411

Log:
  ftp/libfilezilla: fix build on 10.1
  
  PR:		206981
  Submitted by:	matthew at reztek.cz (maintainer)

Modified:
  head/ftp/libfilezilla/Makefile

Modified: head/ftp/libfilezilla/Makefile
==============================================================================
--- head/ftp/libfilezilla/Makefile	Sun Feb  7 14:07:15 2016	(r408410)
+++ head/ftp/libfilezilla/Makefile	Sun Feb  7 14:35:15 2016	(r408411)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_FreeBSD_9=	requires C++14 complier, 9.x lacks C++11 standard library
 
-USES=		compiler:c++14-lang gmake libtool localbase pathfix pkgconfig tar:bzip2
+USES=		compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list