pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/gnome-system-monitor Avoiding conflicting -st...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0cdd89aefcf7
branches: trunk
changeset: 362273:0cdd89aefcf7
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed May 10 12:47:06 2017 +0000
description:
Avoiding conflicting -std switches.
diffstat:
sysutils/gnome-system-monitor/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 0e2cc6f2bad9 -r 0cdd89aefcf7 sysutils/gnome-system-monitor/Makefile
--- a/sysutils/gnome-system-monitor/Makefile Wed May 10 12:44:25 2017 +0000
+++ b/sysutils/gnome-system-monitor/Makefile Wed May 10 12:47:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2017/05/03 08:38:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2017/05/10 12:47:06 jperkin Exp $
#
DISTNAME= gnome-system-monitor-2.28.2
@@ -19,6 +19,9 @@
CONFLICTS+= gnome2-system-monitor-[0-9]*
+# Avoiding conflicting -std switches.
+CONFIGURE_ARGS+= --enable-more-warnings=no
+
.include "../../mk/bsd.prefs.mk"
# XXX: bound this check better
Home |
Main Index |
Thread Index |
Old Index