diff options
author | tnn <tnn@pkgsrc.org> | 2020-02-15 13:39:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-02-15 13:39:32 +0000 |
commit | c2487bffe0fd2bd4bafb27c2842eeecbe5395797 (patch) | |
tree | 916d225c1ee69f62aa449265e1ae7882370d8b2e /www/firefox | |
parent | f3b43113e62a3f75873c851c8da4f63b7efec585 (diff) | |
download | pkgsrc-c2487bffe0fd2bd4bafb27c2842eeecbe5395797.tar.gz |
firefox: now needs gnu++17, for <type_traits> std::is_void_v and friends
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index a1f8f3c1767..2d2b66aebf3 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -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/python3.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 |