diff options
-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 |