git: 414e7619c807 - main - misc/libpredict: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 15:42:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=414e7619c80751684fbc437f8e4402972243bd8b commit 414e7619c80751684fbc437f8e4402972243bd8b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-21 15:38:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-21 15:41:48 +0000 misc/libpredict: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- misc/libpredict/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/libpredict/Makefile b/misc/libpredict/Makefile index 4b8cd0d025aa..5f0642761e6d 100644 --- a/misc/libpredict/Makefile +++ b/misc/libpredict/Makefile @@ -11,6 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= la1k USE_LDCONFIG= yes