diff options
author | tnn <tnn@pkgsrc.org> | 2016-05-31 06:30:30 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-05-31 06:30:30 +0000 |
commit | 1e6603a53e583fcb21dd65c64999142d6ccea890 (patch) | |
tree | 8179a2a2147a28b94ff823a9f9219c602e356905 /www/firefox45 | |
parent | 024731d2a56e16e80a68eb12cb74890e3f7bd863 (diff) | |
download | pkgsrc-1e6603a53e583fcb21dd65c64999142d6ccea890.tar.gz |
add tool dependency pattern of gmake less than 4.2 due to mozilla bug 1275547
Diffstat (limited to 'www/firefox45')
-rw-r--r-- | www/firefox45/mozilla-common.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox45/mozilla-common.mk b/www/firefox45/mozilla-common.mk index 29b7082b889..681bca3b057 100644 --- a/www/firefox45/mozilla-common.mk +++ b/www/firefox45/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.1 2016/04/27 16:36:50 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.2 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 |