Skip to content

Commit

Permalink
graphics/openjph: Fix build on i386
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 22, 2022
1 parent 3aff837 commit 2e75404
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions graphics/openjph/Makefile
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 2e75404

Please sign in to comment.