From 1f0c87e8fef46abe9ba5c0819e323d6f475c7ae1 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 25 Aug 2020 10:26:56 +0000 Subject: [PATCH] x11-wm/windowmaker: fix build on GCC architectures Use C99 mode: actions.c:713: error: 'for' loop initial declaration used outside C99 mode --- x11-wm/windowmaker/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 9dd70361ed41..1a402a704cdb 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -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