svn commit: r534893 - head/multimedia/webcamd

Hans Petter Selasky hps at selasky.org
Mon May 11 12:11:11 UTC 2020


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

I'll use OPTIONS_DEFAULT_amd64 instead.

/usr/ports/Mk/bsd.options.mk:# OPTIONS_DEFAULT_${ARCH}	- List of options 
activated by default for a

--HPS


More information about the svn-ports-head mailing list