Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2020 12:39:59 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r541209 - branches/2020Q3/sysutils/mate-control-center
Message-ID:  <202007041239.064CdxNY058229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Jul  4 12:39:59 2020
New Revision: 541209
URL: https://svnweb.freebsd.org/changeset/ports/541209

Log:
  MFH: r541208
  
  sysutils/mate-control-center: fix build on GCC architectures
  
  Use C99 mode:
  mate-da-capplet.c:689: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q3/sysutils/mate-control-center/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/sysutils/mate-control-center/Makefile
==============================================================================
--- branches/2020Q3/sysutils/mate-control-center/Makefile	Sat Jul  4 12:39:05 2020	(r541208)
+++ branches/2020Q3/sysutils/mate-control-center/Makefile	Sat Jul  4 12:39:59 2020	(r541209)
@@ -30,6 +30,7 @@ PORTSCOUT=	limitw:1,even
 
 USES=		desktop-file-utils gettext gmake gnome libtool localbase mate \
 		pathfix pkgconfig shared-mime-info tar:xz xorg
+USE_CSTD=	c99
 USE_MATE=	desktop libmatekbd marco menus settingsdaemon
 USE_XORG=	ice sm x11 xcursor xext xft xi xrandr xscrnsaver
 USE_GNOME=	cairo dconf glib20 gtk30 intlhack libxml2 librsvg2 pango



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