pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www firefox(78): set GCC_REQD
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d5ddd1732f1
branches: trunk
changeset: 445316:4d5ddd1732f1
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jan 19 22:40:26 2021 +0000
description:
firefox(78): set GCC_REQD
diffstat:
www/firefox/mozilla-common.mk | 5 ++++-
www/firefox78/mozilla-common.mk | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 0a80f6d6b54b -r 4d5ddd1732f1 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Tue Jan 19 22:36:19 2021 +0000
+++ b/www/firefox/mozilla-common.mk Tue Jan 19 22:40:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.195 2021/01/14 13:06:11 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.196 2021/01/19 22:40:26 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -17,6 +17,9 @@
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 -r 0a80f6d6b54b -r 4d5ddd1732f1 www/firefox78/mozilla-common.mk
--- a/www/firefox78/mozilla-common.mk Tue Jan 19 22:36:19 2021 +0000
+++ b/www/firefox78/mozilla-common.mk Tue Jan 19 22:40:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.7 2020/12/31 20:04:14 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.8 2021/01/19 22:40:26 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -17,6 +17,9 @@
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
Home |
Main Index |
Thread Index |
Old Index