svn commit: r513420 - head/x11-wm/xfce4-session

Piotr Kubaj pkubaj at FreeBSD.org
Mon Sep 30 20:57:56 UTC 2019


Author: pkubaj
Date: Mon Sep 30 20:57:55 2019
New Revision: 513420
URL: https://svnweb.freebsd.org/changeset/ports/513420

Log:
  x11-wm/xfce4-session: fix build on GCC architectures
  
  Use C11 compiler:
  /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h: At top level:
  /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-wm/xfce4-session/Makefile

Modified: head/x11-wm/xfce4-session/Makefile
==============================================================================
--- head/x11-wm/xfce4-session/Makefile	Mon Sep 30 20:56:49 2019	(r513419)
+++ head/x11-wm/xfce4-session/Makefile	Mon Sep 30 20:57:55 2019	(r513420)
@@ -19,8 +19,8 @@ RUN_DEPENDS=	iceauth:x11/iceauth \
 LIB_DEPENDS=	libupower-glib.so:sysutils/upower \
 		libpolkit-gobject-1.so:sysutils/polkit
 
-USES=		gettext-tools gmake gnome libtool pathfix pkgconfig \
-		tar:bzip2 xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pathfix \
+		pkgconfig tar:bzip2 xfce xorg
 USE_GNOME=	cairo gtk30 glib20 intltool libwnck3
 USE_XFCE=	libexo xfconf
 USE_XORG=	ice sm x11


More information about the svn-ports-all mailing list