Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2022 08:31:17 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: afa15a3cde90 - main - science/meep: Fix build on i386
Message-ID:  <202207270831.26R8VHcP086608@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=afa15a3cde90390cf8cc60824a88b66492dc9897

commit afa15a3cde90390cf8cc60824a88b66492dc9897
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-27 06:58:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-27 08:31:14 +0000

    science/meep: Fix build on i386
    
    Reported by:    fallout
---
 science/meep/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/meep/Makefile b/science/meep/Makefile
index 1bb2e5d8e06a..611b4ff3a0cc 100644
--- a/science/meep/Makefile
+++ b/science/meep/Makefile
@@ -27,6 +27,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-scheme \
 		--without-python
 
+CXXFLAGS_i386=	-msse2 # to fix this error: '_mm_getcsr' needs target feature sse
+
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 



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