summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-bn
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-bn')
-rw-r--r--x11/kdebase3/patches/patch-bn15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/kdebase3/patches/patch-bn b/x11/kdebase3/patches/patch-bn
deleted file mode 100644
index 351ef2f9932..00000000000
--- a/x11/kdebase3/patches/patch-bn
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-bn,v 1.2 2002/08/25 19:23:39 jlam Exp $
-
---- kicker/core/main.cpp.orig Wed Feb 27 16:10:06 2002
-+++ kicker/core/main.cpp
-@@ -59,7 +59,9 @@
- QApplication::exit();
- }
-
--int main( int argc, char ** argv )
-+extern "C" int kdemain(int, char **);
-+
-+int kdemain( int argc, char ** argv )
- {
- {
- QCString multiHead = getenv("KDE_MULTIHEAD");