git: 71bf4db33b2a - main - math/openfst: Unbreak by using GCC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 05:29:21 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=71bf4db33b2a0036b0c83abebf8ce34b0913d04e
commit 71bf4db33b2a0036b0c83abebf8ce34b0913d04e
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-10-13 05:27:56 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-10-13 05:29:14 +0000
math/openfst: Unbreak by using GCC
---
math/openfst/Makefile | 4 ++--
1 file 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