git: 23a0f00d65eb - main - math/openfst: Fix build on i386
Kevin Lo
kevlo at FreeBSD.org
Sat Sep 11 12:39:10 UTC 2021
The branch main has been updated by kevlo (src committer):
URL: https://cgit.FreeBSD.org/ports/commit/?id=23a0f00d65eb57b082176bafbc926184ffff38f6
commit 23a0f00d65eb57b082176bafbc926184ffff38f6
Author: Kevin Lo <kevlo at FreeBSD.org>
AuthorDate: 2021-09-11 12:38:56 +0000
Commit: Kevin Lo <kevlo at FreeBSD.org>
CommitDate: 2021-09-11 12:38:56 +0000
math/openfst: Fix build on i386
---
math/openfst/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/openfst/Makefile b/math/openfst/Makefile
index a6fc61b6d0bf..0c5b937e16a6 100644
--- a/math/openfst/Makefile
+++ b/math/openfst/Makefile
@@ -28,4 +28,6 @@ CONFIGURE_ARGS= --enable-bin \
--enable-python \
--enable-special
+CXXFLAGS_i386= -msse -msse2 -mfpmath=sse
+
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list