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

MFH:		2020Q4 (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-10-08 13:13:42 +00:00
parent f26bc9321b
commit 279970f51c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551705

View File

@ -13,6 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tcl ssl
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= eggheads