From aa6fe36c95f391bb6f6dfd96b3b44f7aa68e2869 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 28 Mar 2009 18:05:45 +0000 Subject: [PATCH] Clifford Wolf : Fixed kdepim for new kernel headers diff --git a/package/kde/kdepim/inotify-linux-hotfix.patch b/package/kde/kdepim/inotify-linux-hotfix.patch new file mode 100644 index 0000000..619fb83 [2009032116340512446] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9432 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kde/kdepim/inotify-linux-hotfix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/kde/kdepim/inotify-linux-hotfix.patch diff --git a/package/kde/kdepim/inotify-linux-hotfix.patch b/package/kde/kdepim/inotify-linux-hotfix.patch new file mode 100644 index 000000000..619fb831e --- /dev/null +++ b/package/kde/kdepim/inotify-linux-hotfix.patch @@ -0,0 +1,13 @@ +--- ./kmail/editorwatcher.cpp.orig 2009-03-21 14:17:17.000000000 +0100 ++++ ./kmail/editorwatcher.cpp 2009-03-21 14:17:44.000000000 +0100 +@@ -16,6 +16,10 @@ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + ++// this fixes compilation with linux 2.6.28.8 kernel headers ++#define _ASM_GENERIC_FCNTL_H ++#define F_LINUX_SPECIFIC_BASE 1024 ++ + #include "editorwatcher.h" + + #include