git: 5080069a2da6 - main - graphics/alizams: Fix build on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Nov 2022 08:29:40 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5080069a2da6b02ffc5e115a92648b98a6351328 commit 5080069a2da6b02ffc5e115a92648b98a6351328 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-23 07:47:25 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-23 08:29:36 +0000 graphics/alizams: Fix build on i386 Reported by: fallout --- graphics/alizams/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/alizams/Makefile b/graphics/alizams/Makefile index 1fe3b4f778eb..d547b34b639c 100644 --- a/graphics/alizams/Makefile +++ b/graphics/alizams/Makefile @@ -24,5 +24,7 @@ GH_PROJECT= AlizaMS CMAKE_ARGS= -DALIZA_QT_VERSION=5 +CXXFLAGS_i386= -msse2 # to fix this error: always_inline function '_mm_set1_ps' requires target feature 'sse' + .include <../../science/InsightToolkit/Makefile.version> .include <bsd.port.mk>