diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-ae')
-rw-r--r-- | x11/kdebase3/patches/patch-ae | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/kdebase3/patches/patch-ae b/x11/kdebase3/patches/patch-ae deleted file mode 100644 index c7277c81247..00000000000 --- a/x11/kdebase3/patches/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2003/03/11 13:10:18 markd Exp $ - ---- kate/app/katemain.cpp.orig Fri Dec 6 09:39:41 2002 -+++ kate/app/katemain.cpp -@@ -36,7 +36,9 @@ static KCmdLineOptions options[] = - { 0,0,0 } - }; - --int main( int argc, char **argv ) -+extern "C" int kdemain( int argc, char **argv ); -+ -+int kdemain( int argc, char **argv ) - { - KAboutData *data = new KAboutData ("kate", I18N_NOOP("Kate"), "2.1", - I18N_NOOP( "Kate - KDE Advanced Text Editor" ), KAboutData::License_GPL, |