Date: Tue, 22 Sep 2020 11:19:54 +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: r549573 - head/deskutils/gnome-screenshot Message-ID: <202009221119.08MBJs0J034798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009221119.08MBJs0J034798>