aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-28 07:48:05 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-28 07:48:05 +0000
commit029d0ac249a8380b1417cd54a1d77ff1fa20f3e9 (patch)
treeb318b9edb362b5af5fdb482a00024996d57d9d25 /x11
parent3aa04489f87df80d63e29a7075d73ab8ffe91aea (diff)
downloadports-029d0ac249a8380b1417cd54a1d77ff1fa20f3e9.tar.gz
ports-029d0ac249a8380b1417cd54a1d77ff1fa20f3e9.zip
x11/mate-panel: fix build on GCC architectures
Use C99 mode: wayland-backend.c:55: error: 'for' loop initial declaration used outside C99 mode
Notes
Notes: svn path=/head/; revision=540682
Diffstat (limited to 'x11')
-rw-r--r--x11/mate-panel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile
index 9c67876a45ae..58c696a59b01 100644
--- a/x11/mate-panel/Makefile
+++ b/x11/mate-panel/Makefile
@@ -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 \