aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
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