mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Add USE_CSTD=c99 to fix build on GCC-based systems:
censor.c:41: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
cc3103894d
commit
fd59afe5b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542087
@ -12,7 +12,8 @@ COMMENT= High performance implementation of the famous lolcat
|
||||
LICENSE= WTFPL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gmake
|
||||
USES= gmake
|
||||
USE_CSTD= c99
|
||||
|
||||
CONFLICTS_INSTALL= rubygem-lolcat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user