diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-12-12 12:35:49 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-12-12 12:35:49 +0800 |
commit | 37ef4d6bf84c6ded76f552e382a70ad13b23da76 (patch) | |
tree | 7bf66eebfb348ca866c25511e0eb7bcc9f10a9a4 /textproc | |
parent | a7bb55a11009bb66ad16b293e089296681ef7bc5 (diff) | |
download | freebsd-ports-gnome-37ef4d6bf84c6ded76f552e382a70ad13b23da76.tar.gz freebsd-ports-gnome-37ef4d6bf84c6ded76f552e382a70ad13b23da76.tar.zst freebsd-ports-gnome-37ef4d6bf84c6ded76f552e382a70ad13b23da76.zip |
Re-try ports affected by bug 193528 on powerpc* after r449590
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/highlight/Makefile | 2 | ||||
-rw-r--r-- | textproc/opengrm-ngram/Makefile | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 5a0c89b01019..4eeffa73b95f 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>0:devel/boost-libs -BROKEN_powerpc64= fails to compile: rtfgenerator.cpp:279:37: 'to_string' was not declared in this scope - USES= compiler:c++11-lib gmake lua:52 pkgconfig tar:bzip2 USE_CXXSTD= c++11 MAKEFILE= makefile diff --git a/textproc/opengrm-ngram/Makefile b/textproc/opengrm-ngram/Makefile index 6a4102d55ea0..f716fedef6b3 100644 --- a/textproc/opengrm-ngram/Makefile +++ b/textproc/opengrm-ngram/Makefile @@ -13,7 +13,6 @@ COMMENT= Library for making n-gram language models encoded as weighted FSTs LICENSE= APACHE20 BROKEN= fails to build -BROKEN_powerpc64= fails to compile: ngram-count.cc: 'to_string' is not a member of 'std' LIB_DEPENDS= libfst.so:math/openfst |