Package: kde-workspace / 4:4.8.4-6

nlist_ftbfs_krefreebsd.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: José Manuel Santamaría Lema <panfaust@gmail.com>
Description: This patch removes the nlist.h include for [k]FreeBSD systems.
 This include is making kde-workspace FTBFS on gnu/kfreebsd while it isn't
 actually used.
--- a/ksysguard/ksysguardd/FreeBSD/cpuinfo.c
+++ b/ksysguard/ksysguardd/FreeBSD/cpuinfo.c
@@ -27,7 +27,6 @@
 
 #include <devstat.h>
 #include <fcntl.h>
-#include <nlist.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>