git: 0da40873e4e0 - main - databases/mondodb60: Remove stray argument
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Sep 2022 18:23:36 UTC
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 \