aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 14:57:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 18:01:10 +0000
commit9ec84cbafd2a37e3a19fda6415825d6e5ca303a4 (patch)
treed18047a51fa83587ff4256f1154cde5375c010d8
parenta8fcfba441e25b628def3f84384a0438f4d91982 (diff)
downloadports-9ec84cbafd2a37e3a19fda6415825d6e5ca303a4.tar.gz
ports-9ec84cbafd2a37e3a19fda6415825d6e5ca303a4.zip
net/charm: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--net/charm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/charm/Makefile b/net/charm/Makefile
index 15673f32e9fe..6927e7339c9d 100644
--- a/net/charm/Makefile
+++ b/net/charm/Makefile
@@ -24,6 +24,7 @@ BUILD_DEPENDS= bash:shells/bash
USES= fortran gmake localbase:ldflags shebangfix
SHEBANG_GLOB= *.sh
SHEBANG_FILES= src/scripts/*
+USE_CXXSTD= c++14
USE_LDCONFIG= yes
#ARCH_STR= linux${ARCH:S/amd64/64/:S/i386/32/:C/powerpc.*/ppc/}