aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-27 06:58:57 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-27 08:31:14 +0000
commitafa15a3cde90390cf8cc60824a88b66492dc9897 (patch)
tree2e07c7835c388ac632a5ba202bf078a805c2ffa1
parent98ebbf70a684747f7100d97700518e41ed8821ba (diff)
downloadports-afa15a3cde90390cf8cc60824a88b66492dc9897.tar.gz
ports-afa15a3cde90390cf8cc60824a88b66492dc9897.zip
science/meep: Fix build on i386
Reported by: fallout
-rw-r--r--science/meep/Makefile2
1 files changed, 2 insertions, 0 deletions
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