diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-10-23 14:05:56 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-10-23 14:05:56 +0000 |
commit | 97ca34aaa4fdb81cbf6dd0fb35121a663995aea9 (patch) | |
tree | 0111d381abf7395274ead948e51fcecd5f4b816a /math/openfst | |
parent | dd3baef72894ecbbb78612eee7204c1a761b601d (diff) |
Notes
Diffstat (limited to 'math/openfst')
-rw-r--r-- | math/openfst/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/openfst/Makefile b/math/openfst/Makefile index c2086bcbf8d5..87a5242b94ef 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -3,7 +3,7 @@ PORTNAME= openfst PORTVERSION= 1.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -19,5 +19,6 @@ CONFIGURE_ARGS+=--enable-compact-fsts --enable-const-fsts --enable-far --enable- post-patch: ${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in ${WRKSRC}/src/extensions/linear/Makefile.in + ${REINPLACE_CMD} -e s#isspace#std::isspace# ${WRKSRC}/src/include/fst/tuple-weight.h ${WRKSRC}/src/include/fst/sparse-tuple-weight.h ${WRKSRC}/src/include/fst/pair-weight.h .include <bsd.port.mk> |