x11-wm/windowmaker: fix build on GCC architectures
Use C99 mode: actions.c:713: error: 'for' loop initial declaration used outside C99 mode
This commit is contained in:
parent
2e6cd3f1e6
commit
1f0c87e8fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546149
@ -25,6 +25,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:graphics/wmicons
|
||||
|
||||
USES= gnome jpeg libtool shebangfix pathfix perl5 pkgconfig xorg
|
||||
USE_CSTD= c99
|
||||
USE_GNOME= pango
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= x11 xext xft xinerama xmu xpm
|
||||
|
Loading…
Reference in New Issue
Block a user