summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-01-22 18:12:00 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-01-22 18:12:00 +0000
commit4ac63b39d14e71748dbac774bd838e8103bcf410 (patch)
tree0da6f5830afcfde0f69bacb36946567997852381
parent246f9a47b5a5655cef06961bc3705f13237df2db (diff)
downloadpkgsrc-4ac63b39d14e71748dbac774bd838e8103bcf410.tar.gz
Pullup ticket #6407 - requested by nia
www/firefox: build fix www/firefox78: build fix Revisions pulled up: - www/firefox/mozilla-common.mk 1.196 - www/firefox78/mozilla-common.mk 1.8 --- Module Name: pkgsrc Committed By: nia Date: Tue Jan 19 22:40:26 UTC 2021 Modified Files: pkgsrc/www/firefox: mozilla-common.mk pkgsrc/www/firefox78: mozilla-common.mk Log Message: firefox(78): set GCC_REQD
-rw-r--r--www/firefox/mozilla-common.mk5
-rw-r--r--www/firefox78/mozilla-common.mk5
2 files changed, 8 insertions, 2 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk
index b7868f26b68..d545b07c214 100644
--- a/www/firefox/mozilla-common.mk
+++ b/www/firefox/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.191 2020/12/17 09:53:15 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.191.2.1 2021/01/22 18:12:00 bsiegert Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -17,6 +17,9 @@ UNLIMIT_RESOURCES+= datasize virtualsize
USE_LANGUAGES+= c c++
+# ERROR: Only GCC 7.1 or newer is supported (found version 5.5.0).
+GCC_REQD+= 7
+
TOOL_DEPENDS+= cbindgen>=0.15.0:../../devel/cbindgen
.if ${MACHINE_ARCH} == "sparc64"
CONFIGURE_ARGS+= --disable-nodejs
diff --git a/www/firefox78/mozilla-common.mk b/www/firefox78/mozilla-common.mk
index 58e4fb90cf5..293a5871fc1 100644
--- a/www/firefox78/mozilla-common.mk
+++ b/www/firefox78/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.6 2020/11/16 20:21:29 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.6.2.1 2021/01/22 18:12:00 bsiegert Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -17,6 +17,9 @@ UNLIMIT_RESOURCES+= datasize virtualsize
USE_LANGUAGES+= c c++
+# ERROR: Only GCC 7.1 or newer is supported (found version 5.5.0).
+GCC_REQD+= 7
+
TOOL_DEPENDS+= cbindgen>=0.14.2:../../devel/cbindgen
.if ${MACHINE_ARCH} == "sparc64"
CONFIGURE_ARGS+= --disable-nodejs