Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2020 10:26:57 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546149 - head/x11-wm/windowmaker
Message-ID:  <202008251026.07PAQvie041075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008251026.07PAQvie041075>