svn commit: r546149 - head/x11-wm/windowmaker

Piotr Kubaj pkubaj at FreeBSD.org
Tue Aug 25 10:26:57 UTC 2020


Author: pkubaj
Date: Tue Aug 25 10:26:56 2020
New Revision: 546149
URL: https://svnweb.freebsd.org/changeset/ports/546149

Log:
  x11-wm/windowmaker: fix build on GCC architectures
  
  Use C99 mode:
  actions.c:713: error: 'for' loop initial declaration used outside C99 mode

Modified:
  head/x11-wm/windowmaker/Makefile

Modified: head/x11-wm/windowmaker/Makefile
==============================================================================
--- head/x11-wm/windowmaker/Makefile	Tue Aug 25 09:42:23 2020	(r546148)
+++ head/x11-wm/windowmaker/Makefile	Tue Aug 25 10:26:56 2020	(r546149)
@@ -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


More information about the svn-ports-head mailing list