Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2022 02:43:16 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: d6aa39967c25 - main - graphics/alizams: Broken on i386
Message-ID:  <202211270243.2AR2hGfj087983@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=d6aa39967c2582e9f91f184ba39ba750b428c965

commit d6aa39967c2582e9f91f184ba39ba750b428c965
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-27 02:42:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-27 02:43:14 +0000

    graphics/alizams: Broken 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 d547b34b639c..901d715a6ef4 100644
--- a/graphics/alizams/Makefile
+++ b/graphics/alizams/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/AlizaMedicalImaging/AlizaMS
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: use of undeclared identifier '_mm_cvtsd_si64', see https://github.com/InsightSoftwareConsortium/ITK/issues/3771
+
 LIB_DEPENDS=	libITKCommon-${ITK_VER}.so:science/InsightToolkit
 TEST_DEPENDS=	googletest>0:devel/googletest
 



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