svn commit: r512710 - head/x11/xfce4-conf

Piotr Kubaj pkubaj at FreeBSD.org
Tue Sep 24 13:07:18 UTC 2019


Author: pkubaj
Date: Tue Sep 24 13:07:17 2019
New Revision: 512710
URL: https://svnweb.freebsd.org/changeset/ports/512710

Log:
  x11/xfce4-conf: fix build on GCC architectures
  
  Use C11 compiler:
  /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/x11/xfce4-conf/Makefile

Modified: head/x11/xfce4-conf/Makefile
==============================================================================
--- head/x11/xfce4-conf/Makefile	Tue Sep 24 10:59:27 2019	(r512709)
+++ head/x11/xfce4-conf/Makefile	Tue Sep 24 13:07:17 2019	(r512710)
@@ -15,8 +15,8 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	p5-XML-Parser>=2.44:textproc/p5-XML-Parser
 
-USES=		gettext-tools gmake gnome libtool pathfix perl5 pkgconfig \
-		tar:bzip2 xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \
+		pkgconfig tar:bzip2 xfce xorg
 USE_GNOME=	glib20 intltool
 USE_LDCONFIG=	yes
 USE_PERL5=	build


More information about the svn-ports-head mailing list