diff options
author | antoine <antoine@FreeBSD.org> | 2017-10-11 13:27:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-10-11 13:27:35 +0800 |
commit | d467f8f090ecd8305934e5a23f0f8e36c3599453 (patch) | |
tree | c6b921df96b19650c4d3f45afa9bde72c4aaa84c /textproc | |
parent | e1390f98ab341bc1359ef3ca8a5da178231bf2f7 (diff) | |
download | freebsd-ports-gnome-d467f8f090ecd8305934e5a23f0f8e36c3599453.tar.gz freebsd-ports-gnome-d467f8f090ecd8305934e5a23f0f8e36c3599453.tar.zst freebsd-ports-gnome-d467f8f090ecd8305934e5a23f0f8e36c3599453.zip |
Mark BROKEN: fails to build
libtool: compile: c++ -DHAVE_CONFIG_H -I./../include -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -fPIC -DPIC -o .libs/util.o
In file included from util.cc:15:
./../include/ngram/util.h:24:1: error: unknown type name 'DECLARE_bool'
DECLARE_bool(ngram_error_fatal);
^
util.cc:19:1: error: C++ requires a type specifier for all declarations
DEFINE_bool(ngram_error_fatal, true,
^
Reported by: pkg-fallout
MFH: 2017Q4
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/opengrm-ngram/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/opengrm-ngram/Makefile b/textproc/opengrm-ngram/Makefile index 9a931b80b794..6a4102d55ea0 100644 --- a/textproc/opengrm-ngram/Makefile +++ b/textproc/opengrm-ngram/Makefile @@ -12,6 +12,7 @@ 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 |