Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 12:39:10 GMT
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 23a0f00d65eb - main - math/openfst: Fix build on i386
Message-ID:  <202109111239.18BCdALC038708@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
AuthorDate: 2021-09-11 12:38:56 +0000
Commit:     Kevin Lo <kevlo@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109111239.18BCdALC038708>