Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 10:20:45 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r554177 - branches/2020Q4/deskutils/gnome-contacts
Message-ID:  <202011061020.0A6AKjsH047575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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