Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2022 18:23:36 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0da40873e4e0 - main - databases/mondodb60: Remove stray argument
Message-ID:  <202209191823.28JINaPU050031@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0da40873e4e03055ab3c4993615ede52f360a77c

commit 0da40873e4e03055ab3c4993615ede52f360a77c
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-09-19 18:23:28 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-09-19 18:23:28 +0000

    databases/mondodb60: Remove stray argument
---
 databases/mongodb60/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefile
index 2b4323c990b1..de834cfced80 100644
--- a/databases/mongodb60/Makefile
+++ b/databases/mongodb60/Makefile
@@ -44,8 +44,7 @@ GROUPS=		mongodb
 OPTIONS_DEFINE=		LTO SASL SSL
 OPTIONS_DEFAULT=	LTO SASL SSL
 
-MAKE_ARGS=	${MAKE_JOBS_NUMBER} \
-		--cxx-std=17 \
+MAKE_ARGS=	-cxx-std=17 \
 		--disable-warnings-as-errors \
 		--libc++ \
 		--runtime-hardening=on \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209191823.28JINaPU050031>