Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2023 17:47:07 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6ea73fd271aa - main - www/cgicc: Fix build with llvm16
Message-ID:  <202307161747.36GHl7te095871@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307161747.36GHl7te095871>