git: 2e754040c770 - main - graphics/openjph: Fix build on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:14:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e754040c77057afc08d1cc563610048a431822d commit 2e754040c77057afc08d1cc563610048a431822d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:22:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 04:22:35 +0000 graphics/openjph: Fix build on i386 --- graphics/openjph/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/graphics/openjph/Makefile b/graphics/openjph/Makefile index 7796575242e4..2564b91d0e2b 100644 --- a/graphics/openjph/Makefile +++ b/graphics/openjph/Makefile @@ -10,9 +10,6 @@ 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 @@ -26,7 +23,7 @@ USE_GITHUB= yes .include <bsd.port.options.mk> -.if ${ARCH} != amd64 && ${ARCH} != i386 +.if ${ARCH} != amd64 CMAKE_ON+= OJPH_DISABLE_INTEL_SIMD .endif