aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 18:09:09 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 18:30:38 +0000
commit0cf8b3fab1feb6cb388ebb8015118faca96ba933 (patch)
treef5e96ef32aa3420f4eb0dd5408a30b4b386eb2b8
parent13b8caebd678c48c3491d4ca110f26c3bb19cf76 (diff)
downloadports-0cf8b3fab1feb6cb388ebb8015118faca96ba933.tar.gz
ports-0cf8b3fab1feb6cb388ebb8015118faca96ba933.zip
databases/mongodb44: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--databases/mongodb44/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile
index 9402778d101b..45f66cc09b3c 100644
--- a/databases/mongodb44/Makefile
+++ b/databases/mongodb44/Makefile
@@ -28,6 +28,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
libsnappy.so:archivers/snappy
USES= compiler:c++17-lang cpe python:build scons
+USE_CXXSTD= c++14
USE_RC_SUBR= mongod
MAKE_ARGS= --use-system-zlib \