Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 08:01:28 +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: r552393 - head/deskutils/gnome-contacts
Message-ID:  <202010150801.09F81SEV049571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Oct 15 08:01:27 2020
New Revision: 552393
URL: https://svnweb.freebsd.org/changeset/ports/552393

Log:
  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

Modified:
  head/deskutils/gnome-contacts/Makefile

Modified: head/deskutils/gnome-contacts/Makefile
==============================================================================
--- head/deskutils/gnome-contacts/Makefile	Thu Oct 15 07:59:48 2020	(r552392)
+++ head/deskutils/gnome-contacts/Makefile	Thu Oct 15 08:01:27 2020	(r552393)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010150801.09F81SEV049571>