summaryrefslogtreecommitdiffstats
path: root/kde4/kdebase-workspace4/sensors-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde4/kdebase-workspace4/sensors-fix.patch')
-rw-r--r--kde4/kdebase-workspace4/sensors-fix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde4/kdebase-workspace4/sensors-fix.patch b/kde4/kdebase-workspace4/sensors-fix.patch
deleted file mode 100644
index 2d9b70c528..0000000000
--- a/kde4/kdebase-workspace4/sensors-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit 23863a99399cbb274f6756146b3c08de2efa0c7f
-Author: John Tapsell <johnflux@gmail.com>
-Date: Thu Apr 7 10:59:20 2011 +0100
-
- Fix accidental removal of a #include, when adding freebsd support. This broke the lmsensors at minimum
-
- BUG: 270246
- BUG: 270246
- CCMAIL: naylor.b.david@gmail.com
-
-diff --git a/ksysguard/ksysguardd/modules.h b/ksysguard/ksysguardd/modules.h
-index e780be6..9aae890 100644
---- a/ksysguard/ksysguardd/modules.h
-+++ b/ksysguard/ksysguardd/modules.h
-@@ -23,6 +23,7 @@
- #ifndef KSG_MODULES_H
- #define KSG_MODULES_H
-
-+#include "config-ksysguardd.h"
- #include "Command.h"
- #include "conf.h"
- #include "ksysguardd.h"