aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-06 10:20:45 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-06 10:20:45 +0000
commit6b641bae28316e275ed7ea6953accb94ee95e6ec (patch)
tree55d5fc9e40293d83d2a7e1762601b1881a5170c8 /deskutils
parent36571e80b6c2ab4356aded4875b367bbb118c29e (diff)
downloadports-6b641bae28316e275ed7ea6953accb94ee95e6ec.tar.gz
ports-6b641bae28316e275ed7ea6953accb94ee95e6ec.zip
MFH: r552393
deskutils/gnome-contacts: fix build on GCC architectures Use C11 compiler: In file included from /usr/local/include/libhandy-1/handy.h:50, from src/gnome-contacts.p/contacts-addressbook-dialog.c:26: /usr/local/include/libhandy-1/hdy-swipe-tracker.h:23: error: redefinition of typedef 'HdySwipeTracker' /usr/local/include/libhandy-1/hdy-types.h:15: error: previous declaration of 'HdySwipeTracker' was here Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q4/; revision=554177
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnome-contacts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gnome-contacts/Makefile b/deskutils/gnome-contacts/Makefile
index 2c7060a110d9..22ee724d4dc3 100644
--- a/deskutils/gnome-contacts/Makefile
+++ b/deskutils/gnome-contacts/Makefile
@@ -38,7 +38,7 @@ USE_GL= egl
USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 gnomedesktop3 gtk30 \
intlhack introspection:build
USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr
-USES= gettext gl gnome localbase meson perl5 pkgconfig \
+USES= compiler:c11 gettext gl gnome localbase meson perl5 pkgconfig \
python:3.4+,build sqlite tar:xz xorg
GLIB_SCHEMAS= org.gnome.Contacts.gschema.xml