summaryrefslogtreecommitdiff
path: root/x11/kdelibs2/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs2/patches/patch-ao')
-rw-r--r--x11/kdelibs2/patches/patch-ao13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdelibs2/patches/patch-ao b/x11/kdelibs2/patches/patch-ao
new file mode 100644
index 00000000000..3b7ba8b4189
--- /dev/null
+++ b/x11/kdelibs2/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.1.1.1 2001/03/14 15:59:45 skrll Exp $
+
+--- kinit/kinit.cpp.orig Sun Feb 18 15:27:05 2001
++++ kinit/kinit.cpp
+@@ -81,7 +81,7 @@
+ pid_t my_pid;
+ int n;
+ lt_dlhandle handle;
+- lt_ptr_t sym;
++ lt_ptr sym;
+ char **argv;
+ int (*func)(int, char *[]);
+ int (*launcher_func)(int);