summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-cf
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-cf')
-rw-r--r--x11/kdebase3/patches/patch-cf15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/kdebase3/patches/patch-cf b/x11/kdebase3/patches/patch-cf
deleted file mode 100644
index fff0c72023c..00000000000
--- a/x11/kdebase3/patches/patch-cf
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-cf,v 1.2 2002/08/25 19:23:41 jlam Exp $
-
---- kmenuedit/main.cpp.orig Mon Feb 11 20:09:39 2002
-+++ kmenuedit/main.cpp
-@@ -31,7 +31,9 @@
- static const char *description = I18N_NOOP("KDE Menu editor");
- static const char *version = "0.4";
-
--int main( int argc, char **argv )
-+extern "C" int kdemain( int argc, char **argv );
-+
-+int kdemain( int argc, char **argv )
- {
- KAboutData aboutData("kmenuedit", I18N_NOOP("KDE Menu Editor"),
- version, description, KAboutData::License_GPL,