summaryrefslogtreecommitdiff
path: root/sysutils/xosview/patches
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-07-13 15:48:47 +0000
committeragc <agc@pkgsrc.org>2000-07-13 15:48:47 +0000
commitf3df20f4fce11b82d89b4eb474bebae99ba7a613 (patch)
treee3eb26bfda9d559b858593e18f10a184122d5871 /sysutils/xosview/patches
parent9aa9298845679f7da1a1efffd1b954e43ee8cd67 (diff)
downloadpkgsrc-f3df20f4fce11b82d89b4eb474bebae99ba7a613.tar.gz
Reformat the patch to cpumeter.cc so that it applies cleanly.
Add definitions to the environment on Solaris so that xpm is found. Make the dependency on egcs for Solaris a build dependency. Re-calculate patch checksums.
Diffstat (limited to 'sysutils/xosview/patches')
-rw-r--r--sysutils/xosview/patches/patch-ae25
1 files changed, 13 insertions, 12 deletions
diff --git a/sysutils/xosview/patches/patch-ae b/sysutils/xosview/patches/patch-ae
index a3da1275778..770538f12d8 100644
--- a/sysutils/xosview/patches/patch-ae
+++ b/sysutils/xosview/patches/patch-ae
@@ -1,13 +1,14 @@
-$NetBSD: patch-ae,v 1.6 2000/06/27 08:37:41 tron Exp $
+$NetBSD: patch-ae,v 1.7 2000/07/13 15:48:49 agc Exp $
---- bsd/cpumeter.cc.orig Tue Feb 16 15:09:22 1999
-+++ bsd/cpumeter.cc Tue Jun 27 10:13:36 2000
-@@ -16,5 +16,8 @@
- //
- #include <sys/dkstat.h> // For CPUSTATES #define. BCG
-+#if defined(XOSVIEW_NETBSD) && !defined(CPUSTATES)
-+#include <sys/sched.h>
-+#endif
- #include <stdlib.h> // For use of atoi BCG
- #include "general.h"
- #include "cpumeter.h"
+*** bsd/cpumeter.cc.orig Tue Feb 16 14:09:22 1999
+--- bsd/cpumeter.cc Thu Jul 13 16:19:09 2000
+***************
+*** 16,19 ****
+--- 16,22 ----
+ //
+ #include <sys/dkstat.h> // For CPUSTATES #define. BCG
++ #if defined(XOSVIEW_NETBSD) && !defined(CPUSTATES)
++ #include <sys/sched.h>
++ #endif
+ #include <stdlib.h> // For use of atoi BCG
+ #include "general.h"