svn commit: r534893 - head/multimedia/webcamd
Mathieu Arnold
mat at freebsd.org
Mon May 11 11:59:13 UTC 2020
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.
--
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/20200511/5c7a78aa/attachment.sig>
More information about the svn-ports-all
mailing list