summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs3/patches/patch-af')
-rw-r--r--x11/kdelibs3/patches/patch-af12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/kdelibs3/patches/patch-af b/x11/kdelibs3/patches/patch-af
new file mode 100644
index 00000000000..9eae44f3fa4
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.12 2009/10/23 07:46:08 tnn Exp $
+
+--- kio/kio/kdirwatch.cpp.orig 2006-07-22 10:16:37.000000000 +0200
++++ kio/kio/kdirwatch.cpp
+@@ -71,6 +71,7 @@
+ #include <linux/types.h>
+ // Linux kernel headers are documented to not compile
+ #define _S390_BITOPS_H
++#define _ASM_GENERIC_FCNTL_H
+ #include <linux/inotify.h>
+
+ static inline int inotify_init (void)