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
This commit is contained in:
Antoine Brodin 2017-10-11 05:27:35 +00:00
parent 5232f4226f
commit abd1372f63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451730

View file

@ -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