diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-ad')
-rw-r--r-- | x11/kdebase3/patches/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-ad b/x11/kdebase3/patches/patch-ad new file mode 100644 index 00000000000..91af47b3c0d --- /dev/null +++ b/x11/kdebase3/patches/patch-ad @@ -0,0 +1,11 @@ +$NetBSD: patch-ad,v 1.1.1.1 2002/05/31 13:18:40 skrll Exp $ + +--- kate/app/dummy_main.cpp.orig Thu May 30 09:59:32 2002 ++++ kate/app/dummy_main.cpp +@@ -0,0 +1,6 @@ ++extern "C" { int kdemain(int, char *[]); } ++ ++int main(int c, char *v[]) ++{ ++ return kdemain(c,v); ++} |