pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mongodb databases/mongobdb: Set GCC_REQS to 6
details: https://anonhg.NetBSD.org/pkgsrc/rev/817bce12dbbc
branches: trunk
changeset: 335667:817bce12dbbc
user: gdt <gdt%pkgsrc.org@localhost>
date: Thu Jun 27 00:58:54 2019 +0000
description:
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:
databases/mongodb/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 9ce6bc3478ff -r 817bce12dbbc databases/mongodb/Makefile
--- a/databases/mongodb/Makefile Thu Jun 27 00:56:32 2019 +0000
+++ b/databases/mongodb/Makefile Thu Jun 27 00:58:54 2019 +0000
@@ -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 @@
NO_CONFIGURE= yes
USE_LANGUAGES= c99 c++14
# USE_LANGUAGES+= c11
+GCC_REQD+= 6
+
USE_TOOLS+= pkg-config
SCONS_ARGS= ${_MAKE_JOBS}
Home |
Main Index |
Thread Index |
Old Index