svn commit: r541208 - head/sysutils/mate-control-center

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jul 4 12:39:06 UTC 2020


Author: pkubaj
Date: Sat Jul  4 12:39:05 2020
New Revision: 541208
URL: https://svnweb.freebsd.org/changeset/ports/541208

Log:
  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
  
  MFH:		2020Q3 (fix build blanket)

Modified:
  head/sysutils/mate-control-center/Makefile

Modified: head/sysutils/mate-control-center/Makefile
==============================================================================
--- head/sysutils/mate-control-center/Makefile	Sat Jul  4 12:33:32 2020	(r541207)
+++ head/sysutils/mate-control-center/Makefile	Sat Jul  4 12:39:05 2020	(r541208)
@@ -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


More information about the svn-ports-all mailing list