git: afa15a3cde90 - main - science/meep: Fix build on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 27 Jul 2022 08:31:17 UTC
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