svn commit: r551582 - head/deskutils/gnome-clocks

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 6 14:31:35 UTC 2020


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


More information about the svn-ports-all mailing list