Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 15:58:11 +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: r513672 - head/sysutils/xfce4-bsdcpufreq-plugin
Message-ID:  <201910031558.x93FwB4T093461@repo.freebsd.org>

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



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