summaryrefslogtreecommitdiff
path: root/x11/kdebase4
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-03-03 10:32:19 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-03-03 10:32:19 +0000
commit4998cd646e29c89c04fe0c5319fd7f514069f8d3 (patch)
treebf35beee116e28309f961631228b639b57fc1748 /x11/kdebase4
parentRemove double pkg-comment (diff)
Fix Build on CURRENT.
Submitted by: Andy Fawcett <tap@hex.athame.co.uk> Reported by: many Tested by: Jiawei Ye <leafy@leafy.idv.tw> (CURRENT), Andy Fawcett <tap@hex.athame.co.uk> (4.7, 5.0R)
Notes
Notes: svn path=/head/; revision=76787
Diffstat (limited to 'x11/kdebase4')
-rw-r--r--x11/kdebase4/files/patch-ksysguard-CPU.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/kdebase4/files/patch-ksysguard-CPU.c b/x11/kdebase4/files/patch-ksysguard-CPU.c
new file mode 100644
index 000000000000..584110b5e9d1
--- /dev/null
+++ b/x11/kdebase4/files/patch-ksysguard-CPU.c
@@ -0,0 +1,24 @@
+Index: ksysguard/ksysguardd/FreeBSD/CPU.c
+===================================================================
+RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/CPU.c,v
+retrieving revision 1.9
+diff -u -5 -p -d -r1.9 CPU.c
+--- ksysguard/ksysguardd/FreeBSD/CPU.c 17 Oct 2002 10:04:02 -0000 1.9
++++ ksysguard/ksysguardd/FreeBSD/CPU.c 3 Mar 2003 07:11:28 -0000
+@@ -19,11 +19,16 @@
+
+ $Id: CPU.c,v 1.9 2002/10/17 10:04:02 garbanzo Exp $
+ */
+
+ #include <sys/types.h>
++#include <sys/param.h>
++#if __FreeBSD_version < 500101
+ #include <sys/dkstat.h>
++#else
++#include <sys/resource.h>
++#endif
+ #include <sys/sysctl.h>
+
+ #include <devstat.h>
+ #include <fcntl.h>
+ #include <nlist.h>