diff --git a/graphics/openjph/Makefile b/graphics/openjph/Makefile index 7796575242e4..2564b91d0e2b 100644 --- a/graphics/openjph/Makefile +++ b/graphics/openjph/Makefile @@ -1,33 +1,30 @@ # Created by: Po-Chuan Hsieh PORTNAME= openjph PORTVERSION= 0.8.3 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open-source implementation of JPEG2000 Part-15 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt -NOT_FOR_ARCHS= i386 -NOT_FOR_ARCHS_REASON= is currently 64-bit only - USES= cmake compiler:c++11-lang # pathfix CMAKE_ON= BUILD_SHARED_LIBS USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= aous72 GH_PROJECT= OpenJPH USE_GITHUB= yes .include -.if ${ARCH} != amd64 && ${ARCH} != i386 +.if ${ARCH} != amd64 CMAKE_ON+= OJPH_DISABLE_INTEL_SIMD .endif .include