Date: Mon, 10 Dec 2018 10:55:53 +0100 From: Kurt Jaeger <pi@freebsd.org> To: Mathieu Arnold <mat@freebsd.org> Cc: Kurt Jaeger <pi@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486945 - in head/graphics/opencolorio: . files files/libs files/tools Message-ID: <20181210095553.GC25709@fc.opsec.eu> In-Reply-To: <20181210090045.f2kdjanbkoumtl2j@atuin.in.mat.cc> References: <201812081257.wB8CvbA9008501@repo.freebsd.org> <20181210090045.f2kdjanbkoumtl2j@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org +49 171 3101372 2 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181210095553.GC25709>