pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: now needs gnu++17, for <type_trai...
details: https://anonhg.NetBSD.org/pkgsrc/rev/707ba44e0507
branches: trunk
changeset: 411561:707ba44e0507
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Feb 15 13:39:32 2020 +0000
description:
firefox: now needs gnu++17, for <type_traits> std::is_void_v and friends
diffstat:
www/firefox/mozilla-common.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bc4ef884061c -r 707ba44e0507 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Sat Feb 15 13:32:38 2020 +0000
+++ b/www/firefox/mozilla-common.mk Sat Feb 15 13:39:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.151 2020/02/13 04:36:02 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.152 2020/02/15 13:39:32 tnn Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -20,7 +20,7 @@
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip
-USE_LANGUAGES+= c99 gnu++14
+USE_LANGUAGES+= c99 gnu++17
UNLIMIT_RESOURCES+= datasize
TOOL_DEPENDS+= cbindgen>=0.12.0:../../devel/cbindgen
Home |
Main Index |
Thread Index |
Old Index