summaryrefslogtreecommitdiff
path: root/databases/mongodb
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-06-28 16:21:11 +0000
committergdt <gdt@pkgsrc.org>2019-06-28 16:21:11 +0000
commit57c6f51d4b07c34a0f5269a8e841c8a3d5c477f7 (patch)
treecacc6568ff8fa8a1b92845ddb34e3f7761312907 /databases/mongodb
parente02d7ab355025d97f958114cef66f16708843649 (diff)
downloadpkgsrc-57c6f51d4b07c34a0f5269a8e841c8a3d5c477f7.tar.gz
databases/mongodb: Re-add comment about needing c11
mongodb's build script says it needs a c11 compiler. However, one can't add change c99 to c11 in USE_LANGUAGES like one would expect because mk/compiler* doesn't yet have c11 support. Note this, to be fixed when we have c11 support in mk/compiler*.
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 fd7fe883402..dfe43538f5e 100644
--- a/databases/mongodb/Makefile
+++ b/databases/mongodb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2019/06/28 12:57:28 adam Exp $
+# $NetBSD: Makefile,v 1.43 2019/06/28 16:21:11 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
# https://github.com/mongodb/mongo/blob/master/docs/building.md
USE_LANGUAGES= c99 c++17
+# Note that USE_LANGUAGES should contain c11, per SConstruct, but
+# pkgsrc does not yet support that.
GCC_REQD+= 8
USE_TOOLS+= pkg-config