tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: enabling WebRTC by default in firefox
nia <nia%NetBSD.org@localhost> wrote:
>On Fri, May 22, 2020 at 08:42:55PM +0100, Robert Swindells wrote:
>> <https://ftp.netbsd.org/pub/NetBSD/misc/rjs/libv4l.tar.bz2>
>
>Ah, you're missing a backslash at the end of the first line here:
>
>.if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly") &&
> !exists(/usr/include/sys/videoio.h)
Thanks.
I also needed to change the final conditional to be just for Linux:
.elif ${OPSYS} == "Linux" && !exists(/usr/include/linux/videodev.h)
I'm still building i386 packages for NetBSD-9 to test it.
Home |
Main Index |
Thread Index |
Old Index