Date: Thu, 8 Oct 2020 13:14:33 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r551706 - branches/2020Q4/irc/eggdrop-devel Message-ID: <202010081314.098DEXQD074302@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Oct 8 13:14:32 2020 New Revision: 551706 URL: https://svnweb.freebsd.org/changeset/ports/551706 Log: MFH: r551705 irc/eggdrop-devel: fix build on GCC architectures Use C99 mode: .././server.mod/isupport.c:178: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (fix build blanket) Modified: branches/2020Q4/irc/eggdrop-devel/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/irc/eggdrop-devel/Makefile ============================================================================== --- branches/2020Q4/irc/eggdrop-devel/Makefile Thu Oct 8 13:13:42 2020 (r551705) +++ branches/2020Q4/irc/eggdrop-devel/Makefile Thu Oct 8 13:14:32 2020 (r551706) @@ -13,6 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= tcl ssl +USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= eggheads
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010081314.098DEXQD074302>