svn commit: r483127 - head/ftp/libfilezilla

Mark Linimon linimon at FreeBSD.org
Sat Oct 27 12:08:50 UTC 2018


Author: linimon
Date: Sat Oct 27 12:08:49 2018
New Revision: 483127
URL: https://svnweb.freebsd.org/changeset/ports/483127

Log:
  Now builds on powerpc64.
  
  PR:		232093
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/ftp/libfilezilla/Makefile

Modified: head/ftp/libfilezilla/Makefile
==============================================================================
--- head/ftp/libfilezilla/Makefile	Sat Oct 27 11:58:13 2018	(r483126)
+++ head/ftp/libfilezilla/Makefile	Sat Oct 27 12:08:49 2018	(r483127)
@@ -11,8 +11,6 @@ COMMENT=	C++ library for building platform-independent
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	does not compile: libfilezilla/string.hpp: error: to_wstring is not a member of std
-
 USES=		compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list