diff options
Diffstat (limited to 'net/kdenetwork3/patches/patch-ag')
-rw-r--r-- | net/kdenetwork3/patches/patch-ag | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/kdenetwork3/patches/patch-ag b/net/kdenetwork3/patches/patch-ag new file mode 100644 index 00000000000..df5157fbd21 --- /dev/null +++ b/net/kdenetwork3/patches/patch-ag @@ -0,0 +1,15 @@ +$NetBSD: patch-ag,v 1.1.1.1 2002/05/31 13:59:29 skrll Exp $ + +--- ksirc/ksirc.cpp.orig Thu Feb 28 10:57:55 2002 ++++ ksirc/ksirc.cpp +@@ -59,7 +59,9 @@ + } + }; + +-int main( int argc, char ** argv ) ++extern "C" int kdemain( int, char **); ++ ++int kdemain( int argc, char ** argv ) + { + KAboutData aboutData( "ksirc", I18N_NOOP("KSirc"), + KSIRC_VERSION, description, KAboutData::License_Artistic, |