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

Kurt Jaeger pi at freebsd.org
Mon Dec 10 09:55:57 UTC 2018


Hi!

> 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.

I understand, will discuss it with the maintainer.

-- 
pi at FreeBSD.org         +49 171 3101372              2 years to go !


More information about the svn-ports-head mailing list