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:
Piotr Kubaj 2020-04-20 09:48:27 +00:00
parent 686a2e1ede
commit 2aa17b1f5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532194

View File

@ -12,6 +12,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libImlib2.so:graphics/imlib2
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= himdel