aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
commit7e4f41c6908ce98d98c9a87bb0998ff78c715166 (patch)
tree4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /ftp
parentaaf8b327e5095da79cd603bcd11cc3bb1af0e5b5 (diff)
downloadports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.tar.gz
ports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curlpp/Makefile2
-rw-r--r--ftp/libfilezilla/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile
index 591ef90b1904..a97b29693a7f 100644
--- a/ftp/curlpp/Makefile
+++ b/ftp/curlpp/Makefile
@@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE
LIB_DEPENDS= libcurl.so:ftp/curl
+BROKEN_powerpc64= fails to configure: error: A compiler with support for C++11 language features is required
+
OPTIONS_DEFINE= DOCS EXAMPLES
USE_LDCONFIG= yes
diff --git a/ftp/libfilezilla/Makefile b/ftp/libfilezilla/Makefile
index 0f947178d874..d4b14191cdff 100644
--- a/ftp/libfilezilla/Makefile
+++ b/ftp/libfilezilla/Makefile
@@ -12,7 +12,7 @@ COMMENT= C++ library for building platform-independent programs
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= Does not build
+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