Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2020 14:31:35 +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: r551582 - head/deskutils/gnome-clocks
Message-ID:  <202010061431.096EVZjf045840@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Oct  6 14:31:34 2020
New Revision: 551582
URL: https://svnweb.freebsd.org/changeset/ports/551582

Log:
  deskutils/gnome-clocks: fix build on GCC architectures
  
  Use C11 compiler:
  /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-clocks/Makefile

Modified: head/deskutils/gnome-clocks/Makefile
==============================================================================
--- head/deskutils/gnome-clocks/Makefile	Tue Oct  6 14:04:59 2020	(r551581)
+++ head/deskutils/gnome-clocks/Makefile	Tue Oct  6 14:31:34 2020	(r551582)
@@ -22,8 +22,8 @@ LIB_DEPENDS=	libgeoclue-2.so:net/geoclue \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gnome localbase meson pkgconfig python:3.4+,build \
-		shebangfix tar:xz
+USES=		compiler:c11 gettext gnome localbase meson pkgconfig \
+		python:3.4+,build shebangfix tar:xz
 USE_LDCONFIG=	yes
 USE_GNOME=	cairo gnomedesktop3 gsound
 INSTALLS_ICONS=	yes



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