svn commit: r554177 - branches/2020Q4/deskutils/gnome-contacts
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Nov 6 10:20:46 UTC 2020
Author: pkubaj
Date: Fri Nov 6 10:20:45 2020
New Revision: 554177
URL: https://svnweb.freebsd.org/changeset/ports/554177
Log:
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)
Modified:
branches/2020Q4/deskutils/gnome-contacts/Makefile
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/deskutils/gnome-contacts/Makefile
==============================================================================
--- branches/2020Q4/deskutils/gnome-contacts/Makefile Fri Nov 6 10:11:06 2020 (r554176)
+++ branches/2020Q4/deskutils/gnome-contacts/Makefile Fri Nov 6 10:20:45 2020 (r554177)
@@ -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
More information about the svn-ports-all
mailing list