Date: Sat, 4 Jul 2020 12:39: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: r541208 - head/sysutils/mate-control-center Message-ID: <202007041239.064Cd5Gr058041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007041239.064Cd5Gr058041>