diff options
Diffstat (limited to 'misc/kdeutils3/patches/patch-ag')
-rw-r--r-- | misc/kdeutils3/patches/patch-ag | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/kdeutils3/patches/patch-ag b/misc/kdeutils3/patches/patch-ag new file mode 100644 index 00000000000..d04f98596c1 --- /dev/null +++ b/misc/kdeutils3/patches/patch-ag @@ -0,0 +1,15 @@ +$NetBSD: patch-ag,v 1.1.1.1 2002/05/31 13:42:36 skrll Exp $ + +--- kedit/kedit.cpp.orig Tue Feb 26 16:08:29 2002 ++++ kedit/kedit.cpp +@@ -1502,7 +1502,9 @@ + { 0, 0, 0} + }; + +-int main (int argc, char **argv) ++extern "C" int kdemain (int, char **); ++ ++int kdemain (int argc, char **argv) + { + bool have_top_window = false; + |