[pkg-fgfs-crew] r75 - in /simgear/trunk: debian/changelog simgear/debug/logstream.hxx

ovek at users.alioth.debian.org ovek at users.alioth.debian.org
Sun Jun 14 20:09:59 UTC 2009


Author: ovek
Date: Sun Jun 14 20:09:59 2009
New Revision: 75

URL: http://svn.debian.org/wsvn/pkg-fgfs/?sc=1&rev=75
Log:
Fix compilation with g++ 4.4.

Modified:
    simgear/trunk/debian/changelog
    simgear/trunk/simgear/debug/logstream.hxx

Modified: simgear/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-fgfs/simgear/trunk/debian/changelog?rev=75&op=diff
==============================================================================
--- simgear/trunk/debian/changelog (original)
+++ simgear/trunk/debian/changelog Sun Jun 14 20:09:59 2009
@@ -6,6 +6,7 @@
   * debian/rules now supports parallellized builds, and building
     out of a svn checkout. It also cleans up a bit better.
   * Converted debian/watch to version 3. Closes: #529139.
+  * Added patch to compile with g++ 4.4. Closes: #505019.
 
  -- Ove Kaaven <ovek at arcticnet.no>  Sun, 14 Jun 2009 20:38:10 +0200
 

Modified: simgear/trunk/simgear/debug/logstream.hxx
URL: http://svn.debian.org/wsvn/pkg-fgfs/simgear/trunk/simgear/debug/logstream.hxx?rev=75&op=diff
==============================================================================
--- simgear/trunk/simgear/debug/logstream.hxx (original)
+++ simgear/trunk/simgear/debug/logstream.hxx Sun Jun 14 20:09:59 2009
@@ -31,6 +31,7 @@
 #  include <windows.h>
 #endif
 
+#include <cstdio>
 #include <streambuf>
 #include <ostream>
 




More information about the pkg-fgfs-crew mailing list