[clanlib] 25/40: Import GCC4.4 patch from BTS

Stephen Kitt skitt at moszumanska.debian.org
Fri Jun 10 20:13:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository clanlib.

commit 0152b07a1d0e7d61c6c999104a598e504171cf12
Author: Christoph Egger <debian at christoph-egger.org>
Date:   Tue Sep 15 10:51:42 2009 +0000

    Import GCC4.4 patch from BTS
---
 debian/changelog              |  7 +++++++
 debian/patches/310_gcc44.diff | 28 ++++++++++++++++++++++++++++
 debian/patches/series         |  1 +
 3 files changed, 36 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index db2686c..0e81e7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/patches/310_gcc44.diff b/debian/patches/310_gcc44.diff
new file mode 100644
index 0000000..5e5b4a3
--- /dev/null
+++ b/debian/patches/310_gcc44.diff
@@ -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>
diff --git a/debian/patches/series b/debian/patches/series
index 3941ac0..202e249 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 200_kfreebsd.diff
 300_rebootstrap.diff
 305_gcc43.diff
+310_gcc44.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/clanlib.git



More information about the Pkg-games-commits mailing list