[Pkg-telepathy-commits] ./packages/unstable/libjingle0.3 r10: Apply patch from Martin Michlmayr to fix FTBFS on a g++ 4.4 prerelease (#505699)

Simon McVittie smcv at debian.org
Fri Nov 14 14:55:18 UTC 2008


------------------------------------------------------------
revno: 10
committer: Simon McVittie <smcv at debian.org>
branch nick: libjingle0.3-unstable
timestamp: Fri 2008-11-14 14:55:18 +0000
message:
  Apply patch from Martin Michlmayr to fix FTBFS on a g++ 4.4 prerelease (#505699)
added:
  patches/04_cstdio.patch
modified:
  changelog
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-10-26 12:13:36 +0000
+++ b/changelog	2008-11-14 14:55:18 +0000
@@ -1,3 +1,10 @@
+libjingle0.3 (0.3.11-6) UNRELEASED; urgency=low
+
+  * Apply patch from Martin Michlmayr to fix FTBFS on a g++ 4.4 prerelease
+    (Closes: #505699)
+
+ -- Simon McVittie <smcv at debian.org>  Fri, 14 Nov 2008 14:52:46 +0000
+
 libjingle0.3 (0.3.11-5) unstable; urgency=low
 
   * Add automake1.9, autoconf and libtool as build-depends

=== added file 'patches/04_cstdio.patch'
--- a/patches/04_cstdio.patch	1970-01-01 00:00:00 +0000
+++ b/patches/04_cstdio.patch	2008-11-14 14:55:18 +0000
@@ -0,0 +1,30 @@
+--- talk/xmpp/xmpplogintask.cc~	2008-11-14 13:25:23.000000000 +0000
++++ talk/xmpp/xmpplogintask.cc	2008-11-14 13:25:30.000000000 +0000
+@@ -33,6 +33,7 @@
+ #endif
+ #endif
+ 
++#include <cstdio>
+ #include <iostream>
+ #include <string>
+ #include <vector>
+--- talk/base/logging.cc~	2008-11-14 13:20:06.000000000 +0000
++++ talk/base/logging.cc	2008-11-14 13:20:13.000000000 +0000
+@@ -33,6 +33,7 @@
+ 
+ #include <iostream>
+ #include <iomanip>
++#include <cstdio>
+ #include <cstring>
+ 
+ #include "talk/base/logging.h"
+--- talk/base/stream.cc~	2008-11-14 13:20:58.000000000 +0000
++++ talk/base/stream.cc	2008-11-14 13:21:08.000000000 +0000
+@@ -27,6 +27,7 @@
+ 
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <cstdio>
+ #include <errno.h>
+ #include <string.h>
+ #include <string>



More information about the Pkg-telepathy-commits mailing list