firefox: as of version 73, cbindgen >= 0.12.0 is required

This commit is contained in:
gutteridge 2020-02-13 04:36:02 +00:00
parent ea67cb83b4
commit 222a21e580

View file

@ -1,4 +1,4 @@
# $NetBSD: mozilla-common.mk,v 1.150 2020/02/13 04:07:20 gutteridge Exp $
# $NetBSD: mozilla-common.mk,v 1.151 2020/02/13 04:36:02 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@ -23,7 +23,7 @@ USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip
USE_LANGUAGES+= c99 gnu++14
UNLIMIT_RESOURCES+= datasize
TOOL_DEPENDS+= cbindgen>=0.9.1:../../devel/cbindgen
TOOL_DEPENDS+= cbindgen>=0.12.0:../../devel/cbindgen
.if ${MACHINE_ARCH} == "sparc64"
CONFIGURE_ARGS+= --disable-nodejs
.else