summaryrefslogtreecommitdiff
path: root/databases/mongodb
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-06-27 00:58:54 +0000
committergdt <gdt@pkgsrc.org>2019-06-27 00:58:54 +0000
commit5919ec1e40bab7aa53ff675f94f6179049b3e130 (patch)
tree487b74456e09ec1a9f3961506fd804bee9e49e2b /databases/mongodb
parent4da2fd5f0b9300beca7010f953eef3424ee39fea (diff)
downloadpkgsrc-5919ec1e40bab7aa53ff675f94f6179049b3e130.tar.gz
databases/mongobdb: Set GCC_REQS to 6
With gcc 5, as found on netbsd-8, there are multiple issues. With 6, far more progress is made. Because this is not shocking for c++14, just set GCC_REQD, as it will not harm netbsd-current, which is currently the only platform with even a single report of successful buildin..
Diffstat (limited to 'databases/mongodb')
-rw-r--r--databases/mongodb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile
index 16431df2af8..14638aabfe4 100644
--- a/databases/mongodb/Makefile
+++ b/databases/mongodb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/06/27 00:56:32 gdt Exp $
+# $NetBSD: Makefile,v 1.38 2019/06/27 00:58:54 gdt Exp $
DISTNAME= mongodb-src-r4.0.6
PKGNAME= ${DISTNAME:S/src-r//}
@@ -24,6 +24,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
NO_CONFIGURE= yes
USE_LANGUAGES= c99 c++14
# USE_LANGUAGES+= c11
+GCC_REQD+= 6
+
USE_TOOLS+= pkg-config
SCONS_ARGS= ${_MAKE_JOBS}