svn commit: r513672 - head/sysutils/xfce4-bsdcpufreq-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 3 15:58:12 UTC 2019


Author: pkubaj
Date: Thu Oct  3 15:58:11 2019
New Revision: 513672
URL: https://svnweb.freebsd.org/changeset/ports/513672

Log:
  sysutils/xfce4-bsdcpufreq-plugin: fix build on GCC architectures
  
  Use C11 compiler:
  In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
                   from panel-plugin/bsdcpufreq.c:27:
  /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/sysutils/xfce4-bsdcpufreq-plugin/Makefile

Modified: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-bsdcpufreq-plugin/Makefile	Thu Oct  3 15:49:00 2019	(r513671)
+++ head/sysutils/xfce4-bsdcpufreq-plugin/Makefile	Thu Oct  3 15:58:11 2019	(r513672)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		pkgconfig xfce:gtk2
+USES=		compiler:c11 pkgconfig xfce:gtk2
 USE_XFCE=	panel
 USE_GNOME=	cairo gdkpixbuf2 gtk20
 


More information about the svn-ports-head mailing list