git: 9ec84cbafd2a - main - net/charm: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 18:01:28 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ec84cbafd2a37e3a19fda6415825d6e5ca303a4 commit 9ec84cbafd2a37e3a19fda6415825d6e5ca303a4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 14:57:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 18:01:10 +0000 net/charm: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net/charm/Makefile | 1 + 1 file changed, 1 insertion(+) 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/}