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
This commit is contained in:
Mark Linimon 2021-04-20 06:37:04 -05:00
parent 1ce7d02f9f
commit 71e58b2024

View file

@ -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