diff options
author | linimon <linimon@FreeBSD.org> | 2016-09-18 21:53:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-09-18 21:53:14 +0800 |
commit | 11a6e304b14c62a36ae16058bf56d3909991cfd2 (patch) | |
tree | 6f7f50543caa7e596a7f39d735ec814e4e048397 /math/openfst | |
parent | f3db5d0452881da43f790a41e23353230871a0a8 (diff) | |
download | freebsd-ports-gnome-11a6e304b14c62a36ae16058bf56d3909991cfd2.tar.gz freebsd-ports-gnome-11a6e304b14c62a36ae16058bf56d3909991cfd2.tar.zst freebsd-ports-gnome-11a6e304b14c62a36ae16058bf56d3909991cfd2.zip |
Mark as broken on sparc64.
Approved by: portmgr (tier-2 blanket)
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 |