r10341 - in packages/trunk/clanlib/debian: . patches

Christoph Egger christoph-guest at alioth.debian.org
Tue Sep 15 10:51:44 UTC 2009


Author: christoph-guest
Date: 2009-09-15 10:51:42 +0000 (Tue, 15 Sep 2009)
New Revision: 10341

Added:
   packages/trunk/clanlib/debian/patches/310_gcc44.diff
Modified:
   packages/trunk/clanlib/debian/changelog
   packages/trunk/clanlib/debian/patches/series
Log:
Import GCC4.4 patch from BTS

Modified: packages/trunk/clanlib/debian/changelog
===================================================================
--- packages/trunk/clanlib/debian/changelog	2009-09-13 14:35:12 UTC (rev 10340)
+++ packages/trunk/clanlib/debian/changelog	2009-09-15 10:51:42 UTC (rev 10341)
@@ -1,3 +1,10 @@
+clanlib (0.8.1-3) unstable; urgency=low
+
+  * Fix missing includes when building with gcc 4.4 (Closes: #528942)
+    Thanks to Martin Michlmayr for the patch
+
+ -- Christoph Egger <debian at christoph-egger.org>  Tue, 15 Sep 2009 12:49:59 +0200
+
 clanlib (0.8.1-2) unstable; urgency=low
 
   [ Christoph Egger ]

Added: packages/trunk/clanlib/debian/patches/310_gcc44.diff
===================================================================
--- packages/trunk/clanlib/debian/patches/310_gcc44.diff	                        (rev 0)
+++ packages/trunk/clanlib/debian/patches/310_gcc44.diff	2009-09-15 10:51:42 UTC (rev 10341)
@@ -0,0 +1,28 @@
+--- a/Sources/GL/GLX/input_device_linuxevent.cpp	2009-05-16 14:41:42.000000000 +0000
++++ b/Sources/GL/GLX/input_device_linuxevent.cpp	2009-05-16 14:41:53.000000000 +0000
+@@ -34,6 +34,7 @@
+ #include <unistd.h>
+ #include <iostream>
+ #include <errno.h>
++#include <cstdio>
+ #include <cstring>
+ 
+ #include "API/Core/System/error.h"
+--- a/Sources/GL/GLX/input_device_xinput.cpp	2009-05-16 14:42:22.000000000 +0000
++++ b/Sources/GL/GLX/input_device_xinput.cpp	2009-05-16 14:42:29.000000000 +0000
+@@ -28,6 +28,7 @@
+ */
+ 
+ #include <iostream>
++#include <cstdio>
+ #include <cstring>
+ #include "API/Core/System/log.h"
+ #include "API/Display/input_device.h"
+--- a/Sources/GL/canvas_opengl.cpp	2009-05-16 14:33:34.000000000 +0000
++++ b/Sources/GL/canvas_opengl.cpp	2009-05-16 14:33:42.000000000 +0000
+@@ -47,6 +47,7 @@
+ #endif
+ #include "graphic_context_opengl.h"
+ #include "surface_target_opengl.h"
++#include <cstdio>
+ #include <cstring>

Modified: packages/trunk/clanlib/debian/patches/series
===================================================================
--- packages/trunk/clanlib/debian/patches/series	2009-09-13 14:35:12 UTC (rev 10340)
+++ packages/trunk/clanlib/debian/patches/series	2009-09-15 10:51:42 UTC (rev 10341)
@@ -3,3 +3,4 @@
 200_kfreebsd.diff
 300_rebootstrap.diff
 305_gcc43.diff
+310_gcc44.diff




More information about the Pkg-games-commits mailing list