From 84f753ce4d8d7130d8f8e159d5ae5bd650bae9f8 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 28 Mar 2009 18:05:07 +0000 Subject: [PATCH] Clifford Wolf : Kio hotfix for new kernel diff --git a/package/kde/kdelibs/kio-linux-hotfix.patch b/package/kde/kdelibs/kio-linux-hotfix.patch new file mode 100644 index 0000000..ae3bebd [2009032111015725738] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9426 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kde/kdelibs/kio-linux-hotfix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/kde/kdelibs/kio-linux-hotfix.patch diff --git a/package/kde/kdelibs/kio-linux-hotfix.patch b/package/kde/kdelibs/kio-linux-hotfix.patch new file mode 100644 index 000000000..ae3bebdfd --- /dev/null +++ b/package/kde/kdelibs/kio-linux-hotfix.patch @@ -0,0 +1,12 @@ +--- kdelibs-3.5.10/kio/kio/kdirwatch.cpp 2009-03-20 10:19:03.000000000 +0100 ++++ kdelibs-3.5.10/kio/kio/kdirwatch.cpp 2009-03-20 10:20:33.000000000 +0100 +@@ -31,6 +31,9 @@ + // deep copies for list of dirs. (sven) + // Mar 28. 1998 - Created. (sven) + ++// this fixes compilation with linux 2.6.28.8 kernel headers ++#define _ASM_GENERIC_FCNTL_H ++#define F_LINUX_SPECIFIC_BASE 1024 + + #include + #include