summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-bt
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-bt')
-rw-r--r--x11/kdebase3/patches/patch-bt15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/kdebase3/patches/patch-bt b/x11/kdebase3/patches/patch-bt
deleted file mode 100644
index 03fb0a75923..00000000000
--- a/x11/kdebase3/patches/patch-bt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-bt,v 1.2 2002/08/25 19:23:40 jlam Exp $
-
---- kicker/proxy/appletproxy.cpp.orig Wed May 8 19:21:58 2002
-+++ kicker/proxy/appletproxy.cpp
-@@ -67,7 +67,9 @@
- { 0, 0, 0}
- };
-
--int main( int argc, char ** argv )
-+extern "C" int kdemain( int, char **);
-+
-+int kdemain( int argc, char ** argv )
- {
- KAboutData aboutData( "appletproxy", I18N_NOOP("Panel applet proxy.")
- , "v0.1.0"