diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-09-18 13:53:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-09-18 13:53:14 +0000 |
commit | bf1d416b9356044505cdebf41b927a6cbf1ffafc (patch) | |
tree | 6f7f50543caa7e596a7f39d735ec814e4e048397 /math/openfst | |
parent | bfe6ce115d45aabfd4bc0cae08367faf729565c5 (diff) | |
download | ports-bf1d416b9356044505cdebf41b927a6cbf1ffafc.tar.gz ports-bf1d416b9356044505cdebf41b927a6cbf1ffafc.zip |
Notes
Diffstat (limited to 'math/openfst')
-rw-r--r-- | math/openfst/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/openfst/Makefile b/math/openfst/Makefile index 505419214a19..1e14c1e7ef71 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -12,6 +12,7 @@ COMMENT= Library for working with weighted finite-state transducers (FSTs) LICENSE= APACHE20 BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: fails to compile symbol-table-ops.cc USES= compiler:c++11-lib libtool python:2 USE_LDCONFIG= ${LOCALBASE}/lib/fst |