diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-bi')
-rw-r--r-- | x11/kdebase3/patches/patch-bi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-bi b/x11/kdebase3/patches/patch-bi new file mode 100644 index 00000000000..2b6bdfc1fdd --- /dev/null +++ b/x11/kdebase3/patches/patch-bi @@ -0,0 +1,15 @@ +$NetBSD: patch-bi,v 1.1.1.1 2002/05/31 13:18:59 skrll Exp $ + +--- khotkeys/khotkeys/main.cpp.orig Tue Feb 12 14:32:08 2002 ++++ khotkeys/khotkeys/main.cpp +@@ -29,7 +29,9 @@ + int khotkeys_screen_number = 0; + + +-int main( int argc, char** argv ) ++extern "C" int kdemain( int, char**); ++ ++int kdemain( int argc, char** argv ) + { // no need to i18n these, no GUI + { + // multiheaded hotkeys |