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*.
This commit is contained in:
parent
c13bb1f0a1
commit
e0f2051481
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue