From 1e6603a53e583fcb21dd65c64999142d6ccea890 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 31 May 2016 06:30:30 +0000 Subject: add tool dependency pattern of gmake less than 4.2 due to mozilla bug 1275547 --- www/firefox/mozilla-common.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/firefox') diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 73acc3c1e52..7ddea760ed8 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.75 2016/05/20 12:25:20 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.76 2016/05/31 06:30:30 tnn Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -13,6 +13,8 @@ BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm GNU_CONFIGURE= yes USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip +# XXX https://bugzilla.mozilla.org/show_bug.cgi?id=1275547 +TOOL_DEPENDS+= gmake<4.2:../../devel/gmake USE_LANGUAGES+= c99 c++ UNLIMIT_RESOURCES+= datasize -- cgit v1.2.3