Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2020 07:48:05 +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: r540682 - head/x11/mate-panel
Message-ID:  <202006280748.05S7m5vO019851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jun 28 07:48:05 2020
New Revision: 540682
URL: https://svnweb.freebsd.org/changeset/ports/540682

Log:
  x11/mate-panel: fix build on GCC architectures
  
  Use C99 mode:
  wayland-backend.c:55: error: 'for' loop initial declaration used outside C99 mode

Modified:
  head/x11/mate-panel/Makefile

Modified: head/x11/mate-panel/Makefile
==============================================================================
--- head/x11/mate-panel/Makefile	Sun Jun 28 07:47:32 2020	(r540681)
+++ head/x11/mate-panel/Makefile	Sun Jun 28 07:48:05 2020	(r540682)
@@ -28,6 +28,7 @@ PORTSCOUT=	limitw:1,even
 
 USES=		gettext gmake gnome libtool localbase mate pathfix pkgconfig \
 		tar:xz xorg
+USE_CSTD=	c99
 USE_MATE=	desktop libmateweather menus
 USE_XORG=	ice sm
 USE_GNOME=	cairo dconf gnomeprefix gtk30 intltool \



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