From 71e58b20246ba4de577b557b247b7d04b86883e3 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 20 Apr 2021 06:37:04 -0500 Subject: [PATCH] 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 --- sysutils/herbe/Makefile | 1 + 1 file changed, 1 insertion(+) 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