aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-04-20 11:37:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-04-20 11:37:47 +0000
commit71e58b20246ba4de577b557b247b7d04b86883e3 (patch)
treed363086d6e7535f5323ebbbc8e5735e5df72e279
parent1ce7d02f9f72782cc8283a44898f1db9962ad7c3 (diff)
sysutils/herbe: add USE_CSTD=c99 to fix build on GCC-based systems:
herbe.c:52: error: 'for' loop initial declaration used outside C99 mode
-rw-r--r--sysutils/herbe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/herbe/Makefile b/sysutils/herbe/Makefile
index 23c453de7bb3..6894dcebcce0 100644
--- a/sysutils/herbe/Makefile
+++ b/sysutils/herbe/Makefile
@@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/freetype2/ft2build.h:print/freetype2
USES= localbase xorg
+USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= dudik