svn commit: r534893 - head/multimedia/webcamd

Mathieu Arnold mat at freebsd.org
Mon May 11 12:14:43 UTC 2020


On Mon, May 11, 2020 at 02:06:24PM +0200, Hans Petter Selasky wrote:
> On 2020-05-11 13:59, Mathieu Arnold wrote:
> > On Mon, May 11, 2020 at 08:34:29AM +0000, Hans Petter Selasky wrote:
> > > -.if exists(/usr/lib32/libcuse.so)
> > > +.include <bsd.port.options.mk>
> > > +
> > > +.if ${ARCH} == amd64 || ${ARCH} == aarch64
> > >   OPTIONS_DEFAULT+=	COMPAT32
> > >   .endif
> > This cannot work, the OPTIONS_* variables are only consumed inside
> > bsd.port.options.mk, so, if you change them after the include, it does
> > not do anything.
> 
> Seems like we are in a deadlock then.

Well, no, you could set:

OPTIONS_DEFAULT_amd64= COMPAT32
OPTIONS_DEFAULT_aarch64=  COMPAT32

-- 
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-head/attachments/20200511/9cd2dbb9/attachment.sig>


More information about the svn-ports-head mailing list