svn commit: r540682 - head/x11/mate-panel

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jun 28 07:48:05 UTC 2020


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 \


More information about the svn-ports-head mailing list