From 68d9cd39c3e38a4d77b32fd7dc4c39e60f7a007d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2020 20:06:18 +0000 Subject: [PATCH] Use CMAKE_ON --- graphics/openjph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/openjph/Makefile b/graphics/openjph/Makefile index d6028297bf13..28c39cb8b71e 100644 --- a/graphics/openjph/Makefile +++ b/graphics/openjph/Makefile @@ -25,7 +25,7 @@ USE_GITHUB= yes .include .if ${ARCH} != amd64 && ${ARCH} != i386 -CMAKE_ARGS+= -DOJPH_DISABLE_INTEL_SIMD:BOOL=ON +CMAKE_ON+= OJPH_DISABLE_INTEL_SIMD .endif .include