svn commit: r506482 - head/sysutils/xfce4-cpugraph-plugin

Guido Falsi madpilot at FreeBSD.org
Fri Jul 12 16:56:55 UTC 2019


Author: madpilot
Date: Fri Jul 12 16:56:53 2019
New Revision: 506482
URL: https://svnweb.freebsd.org/changeset/ports/506482

Log:
  Fix build on GCC architectures.
  
  PR:		239123
  Submitted by:	pkubaj

Modified:
  head/sysutils/xfce4-cpugraph-plugin/Makefile

Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-cpugraph-plugin/Makefile	Fri Jul 12 16:54:52 2019	(r506481)
+++ head/sysutils/xfce4-cpugraph-plugin/Makefile	Fri Jul 12 16:56:53 2019	(r506482)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 
 USES=		gettext-tools gmake gnome libtool pkgconfig \
 		tar:bzip2 xfce:gtk3
+USE_CSTD=	c99
 USE_GNOME=	cairo gtk30 intltool
 USE_XFCE=	panel
 


More information about the svn-ports-head mailing list