svn commit: r486945 - in head/graphics/opencolorio: . files files/libs files/tools

Mathieu Arnold mat at FreeBSD.org
Mon Dec 10 09:00:51 UTC 2018


On Sat, Dec 08, 2018 at 12:57:37PM +0000, Kurt Jaeger wrote:
>  .if ${MACHINE_CPU:Msse2}
> -CMAKE_ARGS+=	-DOCIO_USE_SSE:BOOL=ON
> +CMAKE_ON+=	OCIO_USE_SSE
>  .else
> -CMAKE_ARGS+=	-DOCIO_USE_SSE:BOOL=OFF
> +CMAKE_OFF+=	OCIO_USE_SSE
>  .endif

I am not sure where MACHINE_CPU gets defined, but I have a feeling it
should also be guarded by PACKAGE_BUILDING or something so that the fact
that the package builder is new does not imply the hosts using its
packages are.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181210/4702a41c/attachment.sig>


More information about the svn-ports-all mailing list