summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs3/patches/patch-ah')
-rw-r--r--x11/kdelibs3/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdelibs3/patches/patch-ah b/x11/kdelibs3/patches/patch-ah
new file mode 100644
index 00000000000..4018fd8d8a9
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.10 2006/04/12 13:30:45 markd Exp $
+
+--- kdecore/ksycoca.cpp.orig 2006-03-17 23:19:04.000000000 +1300
++++ kdecore/ksycoca.cpp
+@@ -43,7 +43,7 @@
+ #endif
+
+ #ifdef Q_OS_SOLARIS
+-extern "C" extern int madvise(caddr_t, size_t, int);
++extern "C" int madvise(caddr_t, size_t, int);
+ #endif
+
+ #ifndef MAP_FAILED