Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 04:33:16 +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: r513450 - head/misc/xfce4-appfinder
Message-ID:  <201910010433.x914XGxq073032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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