svn commit: r513450 - head/misc/xfce4-appfinder

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 1 04:33:17 UTC 2019


Author: pkubaj
Date: Tue Oct  1 04:33:16 2019
New Revision: 513450
URL: https://svnweb.freebsd.org/changeset/ports/513450

Log:
  misc/xfce4-appfinder: fix build on GCC architectures
  
  Use C11 compiler:
  In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
                   from /usr/local/include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui.h:23,
                   from appfinder-gdbus.c:23:
  /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
  /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here
  
  Approved by:	mentors (implicit approval)

Modified:
  head/misc/xfce4-appfinder/Makefile

Modified: head/misc/xfce4-appfinder/Makefile
==============================================================================
--- head/misc/xfce4-appfinder/Makefile	Tue Oct  1 04:31:42 2019	(r513449)
+++ head/misc/xfce4-appfinder/Makefile	Tue Oct  1 04:33:16 2019	(r513450)
@@ -12,7 +12,7 @@ COMMENT=	Application launcher and finder
 
 LICENSE=	GPLv2
 
-USES=		gettext-tools gmake gnome pkgconfig tar:bzip2 xfce
+USES=		compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 xfce
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 intltool
 USE_XFCE=	garcon xfconf
 


More information about the svn-ports-head mailing list