Skip to content
Snippets Groups Projects
Verified Commit 2e754040 authored by sunpoet's avatar sunpoet
Browse files

graphics/openjph: Fix build on i386

parent 3aff8373
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment