diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-04 00:25:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-04 00:25:14 +0800 |
commit | 249ef90ec55e8250ce1529f0617c1de6277f386e (patch) | |
tree | 7d94099e36f202350b36e1457bb98e8fb03ada25 /math | |
parent | fa7d6085a637b79d0534de256591c90acfbd05ee (diff) | |
download | freebsd-ports-graphics-249ef90ec55e8250ce1529f0617c1de6277f386e.tar.gz freebsd-ports-graphics-249ef90ec55e8250ce1529f0617c1de6277f386e.tar.zst freebsd-ports-graphics-249ef90ec55e8250ce1529f0617c1de6277f386e.zip |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/openfst/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/openfst/Makefile b/math/openfst/Makefile index 4869fd33156..ac1e99db645 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -12,7 +12,6 @@ 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 |