svn commit: r551706 - branches/2020Q4/irc/eggdrop-devel

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 8 13:14:33 UTC 2020


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


More information about the svn-ports-all mailing list