diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-27 06:58:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-27 08:31:14 +0000 |
commit | afa15a3cde90390cf8cc60824a88b66492dc9897 (patch) | |
tree | 2e07c7835c388ac632a5ba202bf078a805c2ffa1 | |
parent | 98ebbf70a684747f7100d97700518e41ed8821ba (diff) | |
download | ports-afa15a3cde90390cf8cc60824a88b66492dc9897.tar.gz ports-afa15a3cde90390cf8cc60824a88b66492dc9897.zip |
science/meep: Fix build on i386
Reported by: fallout
-rw-r--r-- | science/meep/Makefile | 2 |
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 |