summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-ar')
-rw-r--r--x11/kdebase3/patches/patch-ar15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/kdebase3/patches/patch-ar b/x11/kdebase3/patches/patch-ar
deleted file mode 100644
index be615558d09..00000000000
--- a/x11/kdebase3/patches/patch-ar
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ar,v 1.2 2002/08/25 19:23:37 jlam Exp $
-
---- kcontrol/kcontrol/kcmshell.cpp.orig Sun Mar 3 00:23:50 2002
-+++ kcontrol/kcontrol/kcmshell.cpp
-@@ -129,7 +129,9 @@
- }
-
-
--int main(int _argc, char *_argv[])
-+extern "C" int kdemain(int _argc, char *_argv[]);
-+
-+int kdemain(int _argc, char *_argv[])
- {
- KAboutData aboutData( "kcmshell", I18N_NOOP("KDE Control Module"),
- KCONTROL_VERSION,