Skip to content

Commit

Permalink
www/cgicc: Switch to gcc12
Browse files Browse the repository at this point in the history
PR:		273687
  • Loading branch information
5u623l20 committed Nov 18, 2023
1 parent 9049778 commit 08e9d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/cgicc/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 08e9d3e

Please sign in to comment.