Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2022 08:29:40 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: 5080069a2da6 - main - graphics/alizams: Fix build on i386
Message-ID:  <202211230829.2AN8TeOY002925@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=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>



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