diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-07-04 20:39:05 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-07-04 20:39:05 +0800 |
commit | 137a132ef14b8c0a75104aaf124cda0e7011bb37 (patch) | |
tree | a7146833d5dabab03e41e696929f9754406e04d3 /sysutils/mate-control-center | |
parent | 1a452488f43a309f650fad39fbb2e7f73516fa51 (diff) | |
download | freebsd-ports-gnome-137a132ef14b8c0a75104aaf124cda0e7011bb37.tar.gz freebsd-ports-gnome-137a132ef14b8c0a75104aaf124cda0e7011bb37.tar.zst freebsd-ports-gnome-137a132ef14b8c0a75104aaf124cda0e7011bb37.zip |
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)
Diffstat (limited to 'sysutils/mate-control-center')
-rw-r--r-- | sysutils/mate-control-center/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index 98641aa81653..a285800b3c07 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -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 |