diff options
author | agc <agc@pkgsrc.org> | 2000-07-13 15:48:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-07-13 15:48:47 +0000 |
commit | f3df20f4fce11b82d89b4eb474bebae99ba7a613 (patch) | |
tree | e3eb26bfda9d559b858593e18f10a184122d5871 /sysutils/xosview/patches | |
parent | 9aa9298845679f7da1a1efffd1b954e43ee8cd67 (diff) | |
download | pkgsrc-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-ae | 25 |
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" |