x11/hsetroot: fix build on GCC architectures
Use C99 to fix build: hsr-outputs.c:71: error: 'for' loop initial declaration used outside C99 mode
This commit is contained in:
parent
686a2e1ede
commit
2aa17b1f5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532194
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ LICENSE= GPLv2
|
|||
|
||||
LIB_DEPENDS= libImlib2.so:graphics/imlib2
|
||||
|
||||
USE_CSTD= c99
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= himdel
|
||||
|
||||
|
|
Loading…
Reference in a new issue