summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs3/patches/patch-aq')
-rw-r--r--x11/kdelibs3/patches/patch-aq10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kdelibs3/patches/patch-aq b/x11/kdelibs3/patches/patch-aq
index 2a924b851d4..9762d75c98e 100644
--- a/x11/kdelibs3/patches/patch-aq
+++ b/x11/kdelibs3/patches/patch-aq
@@ -1,10 +1,10 @@
-$NetBSD: patch-aq,v 1.2 2002/08/25 19:23:52 jlam Exp $
+$NetBSD: patch-aq,v 1.3 2003/04/01 12:27:13 markd Exp $
---- kded/kbuildsycoca.cpp.orig Tue May 21 15:37:35 2002
+--- kded/kbuildsycoca.cpp.orig Sun Mar 9 14:22:02 2003
+++ kded/kbuildsycoca.cpp
-@@ -494,7 +494,9 @@
- static const char *appName = "kbuildsycoca";
- static const char *appVersion = "1.0";
+@@ -509,7 +509,9 @@ public:
+ ~WaitForSignal() { kapp->eventLoop()->exitLoop(); }
+ };
-int main(int argc, char **argv)
+extern "C" int kdemain(int argc, char **argv);