summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-cb
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-cb')
-rw-r--r--x11/kdebase3/patches/patch-cb15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/kdebase3/patches/patch-cb b/x11/kdebase3/patches/patch-cb
deleted file mode 100644
index 309b92a919e..00000000000
--- a/x11/kdebase3/patches/patch-cb
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-cb,v 1.2 2002/08/25 19:23:40 jlam Exp $
-
---- klipper/main.cpp.orig Wed Feb 20 21:50:04 2002
-+++ klipper/main.cpp
-@@ -23,7 +23,9 @@
- static const char *description =
- I18N_NOOP("KDE Cut & Paste history utility");
-
--int main(int argc, char *argv[])
-+extern "C" int kdemain(int argc, char *argv[]);
-+
-+int kdemain(int argc, char *argv[])
- {
- KAboutData aboutData("klipper", I18N_NOOP("Klipper"),
- klipper_version, description, KAboutData::License_Artistic,