git: 08e9d3e70379 - main - www/cgicc: Switch to gcc12

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 18 Nov 2023 12:30:07 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08e9d3e703795b24eb9d904bd8bb05f3658ad06c

commit 08e9d3e703795b24eb9d904bd8bb05f3658ad06c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-11-18 12:19:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-18 12:29:53 +0000

    www/cgicc: Switch to gcc12
    
    PR:             273687
---
 www/cgicc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile
index 3d8c83cf56c2..94ef424ff106 100644
--- a/www/cgicc/Makefile
+++ b/www/cgicc/Makefile
@@ -9,8 +9,9 @@ WWW=		https://www.gnu.org/software/cgicc/
 
 LICENSE=	LGPL3+
 
-USES=		autoreconf:build compiler:gcc-c++11-lib libtool pathfix
+USES=		autoreconf:build libtool pathfix
 USE_CXXSTD=	c++11
+USE_GCC=	12
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes