tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: enabling WebRTC by default in firefox
Greg Troxel <gdt%lexort.com@localhost> writes:
> Robert Swindells <rjs%fdy2.co.uk@localhost> writes:
>
>> Is there an example of testing for a NetBSD version that I could copy ?
>
> See multimedia/vpx. Quite the checks for all sorts of things, but not
> quite netBSD
[continued]
not quite NetBSD version - it does check for Darwin versions, and for
NetBSD, and by arch.
Also, from sysutils/xentools48:
.if (${OPSYS} == "NetBSD" && \
(empty(OS_VERSION:M6.99.[3-9]?) && empty(OS_VERSION:M[7-9].*)))
CPPFLAGS+= -Dshm_open=open -Dshm_unlink=unlink
.endif
Home |
Main Index |
Thread Index |
Old Index