svn commit: r549573 - head/deskutils/gnome-screenshot

Piotr Kubaj pkubaj at FreeBSD.org
Tue Sep 22 11:19:54 UTC 2020


Author: pkubaj
Date: Tue Sep 22 11:19:54 2020
New Revision: 549573
URL: https://svnweb.freebsd.org/changeset/ports/549573

Log:
  deskutils/gnome-screenshot: 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-screenshot/Makefile

Modified: head/deskutils/gnome-screenshot/Makefile
==============================================================================
--- head/deskutils/gnome-screenshot/Makefile	Tue Sep 22 11:15:28 2020	(r549572)
+++ head/deskutils/gnome-screenshot/Makefile	Tue Sep 22 11:19:54 2020	(r549573)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 CONFLICTS=	gnome-utils-2.[0-9]*
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gnome meson pkgconfig python:3.4+,build \
+USES=		compiler:c11 gettext gnome meson pkgconfig python:3.4+,build \
 		shebangfix tar:xz xorg
 USE_GNOME=	cairo gdkpixbuf2 gtk30
 USE_XORG=	x11 xext


More information about the svn-ports-all mailing list