diff options
Diffstat (limited to 'math/openfst/Makefile')
-rw-r--r-- | math/openfst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/openfst/Makefile b/math/openfst/Makefile index cf0e25329dc6..6e8f6e4c81dd 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -1,5 +1,6 @@ PORTNAME= openfst DISTVERSION= 1.8.2-20221207 +PORTREVISION= 1 CATEGORIES= math #MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -10,10 +11,9 @@ WWW= https://www.openfst.org/ \ LICENSE= APACHE20 -BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/kkm000/openfst/issues/58 - USES= cmake compiler:c++17-lang USE_LDCONFIG= yes +USE_GCC= yes # clang-19 fails to compile it since migration to 14.3 CXXFLAGS_i386= -msse -msse2 -mfpmath=sse |