pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: tnn
Date: Sat Feb 15 13:39:32 UTC 2020
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: now needs gnu++17, for <type_traits> std::is_void_v and friends
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/www/firefox/mozilla-common.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.151 pkgsrc/www/firefox/mozilla-common.mk:1.152
--- pkgsrc/www/firefox/mozilla-common.mk:1.151 Thu Feb 13 04:36:02 2020
+++ pkgsrc/www/firefox/mozilla-common.mk Sat Feb 15 13:39:32 2020
@@ -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 @@ ALL_ENV+= PYTHON3=${LOCALBASE}/bin/pyt
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