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:
parent
1ce7d02f9f
commit
71e58b2024
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue