Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 19:43:22 +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: r513616 - head/sysutils/xfce4-cpugraph-plugin
Message-ID:  <201910021943.x92JhMqJ076381@repo.freebsd.org>

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



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