Date: Sat, 19 Dec 2020 20:06:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558496 - head/graphics/openjph Message-ID: <202012192006.0BJK6Jno097816@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 19 20:06:18 2020 New Revision: 558496 URL: https://svnweb.freebsd.org/changeset/ports/558496 Log: Use CMAKE_ON Modified: head/graphics/openjph/Makefile Modified: head/graphics/openjph/Makefile ============================================================================== --- head/graphics/openjph/Makefile Sat Dec 19 20:06:14 2020 (r558495) +++ head/graphics/openjph/Makefile Sat Dec 19 20:06:18 2020 (r558496) @@ -25,7 +25,7 @@ USE_GITHUB= yes .include <bsd.port.options.mk> .if ${ARCH} != amd64 && ${ARCH} != i386 -CMAKE_ARGS+= -DOJPH_DISABLE_INTEL_SIMD:BOOL=ON +CMAKE_ON+= OJPH_DISABLE_INTEL_SIMD .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192006.0BJK6Jno097816>