aboutsummaryrefslogtreecommitdiff
path: root/math/openfst
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2021-09-11 12:38:56 +0000
committerKevin Lo <kevlo@FreeBSD.org>2021-09-11 12:38:56 +0000
commit23a0f00d65eb57b082176bafbc926184ffff38f6 (patch)
tree5e60eac37393bdd76bd49477aba81fd0fb44c220 /math/openfst
parent696f6acf5df455dddd38a7b023820f5eddcddc60 (diff)
downloadports-23a0f00d65eb57b082176bafbc926184ffff38f6.tar.gz
ports-23a0f00d65eb57b082176bafbc926184ffff38f6.zip
math/openfst: Fix build on i386
Diffstat (limited to 'math/openfst')
-rw-r--r--math/openfst/Makefile2
1 files changed, 2 insertions, 0 deletions
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>