Hi Robin, On Monday 28 January 2008 02:16, Jan Wagner wrote: > due http://lists.debian.org/debian-devel-announce/2008/01/msg00005.html I > got aware of this bug. I greped the patch out of the svn and I'm going to > do a 0-day-NMU. > > You can also find the patch attached and available at > http://ftp.cyconet.org/debian/nmu-diff/kvirc_3.2.4-5-3.2.4-5.1.patch.
I modified the patch a bit. The attachent is the reworked one and it was exchanged on the url above. With kind regards, Jan. -- Never write mail to <[EMAIL PROTECTED]>, you have been warned! -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT d-- s+: a- C+++ UL++++ P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++ ------END GEEK CODE BLOCK------
diff -u kvirc-3.2.4/debian/changelog kvirc-3.2.4/debian/changelog
--- kvirc-3.2.4/debian/changelog
+++ kvirc-3.2.4/debian/changelog
@@ -1,3 +1,10 @@
+kvirc (2:3.2.4-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * add fix for gcc 4.3 compile error (Closes: #454874).
+
+ -- Jan Wagner <[EMAIL PROTECTED]> Mon, 28 Jan 2008 01:09:00 +0100
+
kvirc (2:3.2.4-5) unstable; urgency=low
* Move plugins and modules from /usr/share into /usr/lib. (Closes: #392393)
only in patch2:
unchanged:
--- kvirc-3.2.4.orig/debian/patches/10_gcc4.3_fix.patch
+++ kvirc-3.2.4/debian/patches/10_gcc4.3_fix.patch
@@ -0,0 +1,11 @@
+diff -Nru src/kvirc/kvs/kvi_kvs_coresimplecommands_sz.cpp src/kvirc/kvs/kvi_kvs_coresimplecommands_sz.cpp
+--- src/kvirc/kvs/kvi_kvs_coresimplecommands_sz.cpp 2006-07-28 14:51:38.000000000 +0200
++++ src/kvirc/kvs/kvi_kvs_coresimplecommands_sz.cpp 2008-01-28 09:43:06.293187308 +0100
+@@ -38,6 +38,7 @@
+ #include "kvi_netutils.h"
+ #include "kvi_menubar.h"
+ #include "kvi_userinput.h"
++#include <cstdlib>
+
+ namespace KviKvsCoreSimpleCommands
+ {
pgpd7W92X7Qxm.pgp
Description: PGP signature

