pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-cpugraph-plugin xfce4-cpugraph-plugin: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a064f6c46c1a
branches:  trunk
changeset: 398349:a064f6c46c1a
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Jul 17 01:32:37 2019 +0000

description:
xfce4-cpugraph-plugin: note C99 dependency

This package now requires C99. Addresses failures noted in bulk builds.

diffstat:

 sysutils/xfce4-cpugraph-plugin/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b86434156835 -r a064f6c46c1a sysutils/xfce4-cpugraph-plugin/Makefile
--- a/sysutils/xfce4-cpugraph-plugin/Makefile   Wed Jul 17 01:05:12 2019 +0000
+++ b/sysutils/xfce4-cpugraph-plugin/Makefile   Wed Jul 17 01:32:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/07/13 00:40:21 gutteridge Exp $
+# $NetBSD: Makefile,v 1.49 2019/07/17 01:32:37 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
 COMMENT=       Xfce CPU load plugin
 
+USE_LANGUAGES= c99
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index