svn commit: r512593 - head/x11/libxfce4util

Piotr Kubaj pkubaj at FreeBSD.org
Sun Sep 22 16:34:43 UTC 2019


Author: pkubaj
Date: Sun Sep 22 16:34:42 2019
New Revision: 512593
URL: https://svnweb.freebsd.org/changeset/ports/512593

Log:
  x11/libxfce4util: fix build on GCC architectures
  
  Add USES=compiler:c11 to fix:
  ../libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
  ../libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here
  
  Approved by:	mentors (implicit approval)

Modified:
  head/x11/libxfce4util/Makefile

Modified: head/x11/libxfce4util/Makefile
==============================================================================
--- head/x11/libxfce4util/Makefile	Sun Sep 22 16:33:25 2019	(r512592)
+++ head/x11/libxfce4util/Makefile	Sun Sep 22 16:34:42 2019	(r512593)
@@ -12,8 +12,8 @@ COMMENT=	Extension library for the Xfce desktop enviro
 
 LICENSE=	GPLv2
 
-USES=		gettext-tools gmake gnome libtool pathfix perl5 pkgconfig \
-		tar:bzip2 xfce
+USES=		compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \
+		pkgconfig tar:bzip2 xfce
 USE_GNOME=	glib20 intltool
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list