summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-cx
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-cx')
-rw-r--r--x11/kdebase3/patches/patch-cx15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/kdebase3/patches/patch-cx b/x11/kdebase3/patches/patch-cx
deleted file mode 100644
index 78f547b9c11..00000000000
--- a/x11/kdebase3/patches/patch-cx
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-cx,v 1.4 2003/09/17 23:18:58 markd Exp $
-
---- konsole/konsole/main.cpp.orig 2003-09-01 23:32:01.000000000 +1200
-+++ konsole/konsole/main.cpp
-@@ -126,7 +126,9 @@ public:
- extern void TEPtyInit();
-
- /* --| main |------------------------------------------------------ */
--int main(int argc, char* argv[])
-+extern "C" int kdemain(int, char*[]);
-+
-+int kdemain(int argc, char* argv[])
- {
- setgid(getgid()); setuid(getuid()); // drop privileges
-