diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-13 23:21:37 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-13 23:21:37 +0000 |
commit | 0dad469ebecc7feb15d8acf58c45e5fc4c62829b (patch) | |
tree | 4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /ftp/libfilezilla/Makefile | |
parent | a1030d0a8021a1b0b60672b327ac3b4d985f1963 (diff) | |
download | FreeBSD-ports-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.zip FreeBSD-ports-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.tar.gz |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'ftp/libfilezilla/Makefile')
-rw-r--r-- | ftp/libfilezilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/libfilezilla/Makefile b/ftp/libfilezilla/Makefile index 0f94717..d4b1419 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 |