databases/mongodb60: reduce warning output

The build outputs MBs of reports like:
"warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]"

This might somehow supress the error output (or cause the error) of the sporadic "Error -9".

Suggested by:	des@ via https://lists.freebsd.org/archives/freebsd-ports/2025-May/007910.html
This commit is contained in:
Ronald Klop
2025-06-01 12:38:15 +02:00
parent 7452a7058e
commit b94bafa325
+2 -1
View File
@@ -76,7 +76,8 @@ MAKE_ARGS= --cxx-std=17 \
MONGO_VERSION=${DISTVERSION} \
VERBOSE=on
CFLAGS+= -DBOOST_NO_CXX98_FUNCTION_BASE
CFLAGS+= -DBOOST_NO_CXX98_FUNCTION_BASE \
-Wno-deprecated-builtins
CONFLICTS_INSTALL= mongodb[0-9][0-9]