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

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 2 19:43:23 UTC 2019


Author: pkubaj
Date: Wed Oct  2 19:43:22 2019
New Revision: 513616
URL: https://svnweb.freebsd.org/changeset/ports/513616

Log:
  sysutils/xfce4-cpugraph-plugin: fix build on GCC architectures
  
  Approved by:	mentors (implicit approval)

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

Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-cpugraph-plugin/Makefile	Wed Oct  2 19:41:26 2019	(r513615)
+++ head/sysutils/xfce4-cpugraph-plugin/Makefile	Wed Oct  2 19:43:22 2019	(r513616)
@@ -13,7 +13,7 @@ COMMENT=	Graphical representation of the CPU load
 
 LICENSE=	GPLv2
 
-USES=		gettext-tools gmake gnome libtool pkgconfig \
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
 		tar:bzip2 xfce
 USE_CSTD=	c99
 USE_GNOME=	cairo gtk30 intltool


More information about the svn-ports-head mailing list