diff --git a/graphics/alizams/Makefile b/graphics/alizams/Makefile index e4da26107e40..77cd8c4e3fa8 100644 --- a/graphics/alizams/Makefile +++ b/graphics/alizams/Makefile @@ -1,38 +1,36 @@ PORTNAME= alizams DISTVERSIONPREFIX= v DISTVERSION= 1.8.3-34 DISTVERSIONSUFFIX= -ge36859b CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= DICOM Viewer 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 USES= cmake:testing desktop-file-utils eigen:3 qt:5 gl USE_QT= core gui printsupport sql svg widgets USE_GL= gl opengl USE_GITHUB= yes GH_ACCOUNT= AlizaMedicalImaging 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 -.if ${ARCH} != amd64 && ${ARCH} != i386 -CXXFLAGS+= -DDISABLE_SIMDMATH +.if ${ARCH} != amd64 +CXXFLAGS+= -DDISABLE_SIMDMATH # i386 also needs disabling SIND, see https://github.com/InsightSoftwareConsortium/ITK/issues/3771#issuecomment-1328839390 .endif .include <../../science/InsightToolkit/Makefile.version> .include