aboutsummaryrefslogtreecommitdiff
path: root/games/lolcat
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-07-12 15:42:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-07-12 15:42:44 +0000
commitfd59afe5b84ba613ac5d2b1c5c6c5d03855fe204 (patch)
tree31a561e49be61476f870558c00ae79b017197a71 /games/lolcat
parentcc3103894d33d480316421fff890ee0b08c57779 (diff)
downloadports-fd59afe5b84ba613ac5d2b1c5c6c5d03855fe204.tar.gz
ports-fd59afe5b84ba613ac5d2b1c5c6c5d03855fe204.zip
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)
Notes
Notes: svn path=/head/; revision=542087
Diffstat (limited to 'games/lolcat')
-rw-r--r--games/lolcat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lolcat/Makefile b/games/lolcat/Makefile
index 16da7283ad32..675bd51aa6fe 100644
--- a/games/lolcat/Makefile
+++ b/games/lolcat/Makefile
@@ -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