svn commit: r555489 - head/graphics/openjph
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Nov 16 15:55:25 UTC 2020
Author: pkubaj
Date: Mon Nov 16 15:55:24 2020
New Revision: 555489
URL: https://svnweb.freebsd.org/changeset/ports/555489
Log:
graphics/openjph: fix build on non-x86
Reported by: linimon
Modified:
head/graphics/openjph/Makefile
Modified: head/graphics/openjph/Makefile
==============================================================================
--- head/graphics/openjph/Makefile Mon Nov 16 15:38:13 2020 (r555488)
+++ head/graphics/openjph/Makefile Mon Nov 16 15:55:24 2020 (r555489)
@@ -19,4 +19,10 @@ GH_ACCOUNT= aous72
GH_PROJECT= OpenJPH
USE_GITHUB= yes
+.include <bsd.port.options.mk>
+
+.if ${ARCH} != amd64 && ${ARCH} != i386
+CMAKE_ARGS+= -DOJPH_DISABLE_INTEL_SIMD:BOOL=ON
+.endif
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list