git: 6ea73fd271aa - main - www/cgicc: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jul 2023 17:47:07 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ea73fd271aac4a944d4e4a65f988ebd79faf3f7 commit 6ea73fd271aac4a944d4e4a65f988ebd79faf3f7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-16 16:39:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-16 17:46:50 +0000 www/cgicc: Fix build with llvm16 Sponsored by: The FreeBSD Foundation --- www/cgicc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index f81537a4168d..f89e1179a8b4 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -11,6 +11,7 @@ WWW= https://www.gnu.org/software/cgicc/ LICENSE= LGPL3+ USES= autoreconf:build compiler:gcc-c++11-lib libtool pathfix +USE_CXXSTD= c++11 USE_LDCONFIG= yes GNU_CONFIGURE= yes