Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/clanlib/files: clanlib-0.8.1-gcc44.patch
Date: Tue, 04 Aug 2009 21:24:43
Message-Id: E1MYRUt-0004Qj-In@stork.gentoo.org
1 mr_bones_ 09/08/04 21:24:39
2
3 Added: clanlib-0.8.1-gcc44.patch
4 Log:
5 EAPI=2; add gcc44 patch submitted by Fredric Johansson via bug #275791
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-games/clanlib/files/clanlib-0.8.1-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/files/clanlib-0.8.1-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/files/clanlib-0.8.1-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: clanlib-0.8.1-gcc44.patch
15 ===================================================================
16 diff -Naur ClanLib-0.8.1-old/Sources/GL/canvas_opengl.cpp ClanLib-0.8.1/Sources/GL/canvas_opengl.cpp
17 --- ClanLib-0.8.1-old/Sources/GL/canvas_opengl.cpp 2009-08-01 18:15:44.000000000 +0200
18 +++ ClanLib-0.8.1/Sources/GL/canvas_opengl.cpp 2009-08-01 18:08:55.000000000 +0200
19 @@ -48,6 +48,7 @@
20 #include "graphic_context_opengl.h"
21 #include "surface_target_opengl.h"
22 #include <cstring>
23 +#include <cstdio>
24
25 /////////////////////////////////////////////////////////////////////////////
26 // CL_Canvas_OpenGL construction:
27 diff -Naur ClanLib-0.8.1-old/Sources/GL/GLX/input_device_linuxevent.cpp ClanLib-0.8.1/Sources/GL/GLX/input_device_linuxevent.cpp
28 --- ClanLib-0.8.1-old/Sources/GL/GLX/input_device_linuxevent.cpp 2009-08-01 18:17:25.000000000 +0200
29 +++ ClanLib-0.8.1/Sources/GL/GLX/input_device_linuxevent.cpp 2009-08-01 18:11:23.000000000 +0200
30 @@ -35,6 +35,7 @@
31 #include <iostream>
32 #include <errno.h>
33 #include <cstring>
34 +#include <cstdio>
35
36 #include "API/Core/System/error.h"
37 #include "API/Core/System/clanstring.h"
38 diff -Naur ClanLib-0.8.1-old/Sources/GL/GLX/input_device_xinput.cpp ClanLib-0.8.1/Sources/GL/GLX/input_device_xinput.cpp
39 --- ClanLib-0.8.1-old/Sources/GL/GLX/input_device_xinput.cpp 2009-08-01 18:17:41.000000000 +0200
40 +++ ClanLib-0.8.1/Sources/GL/GLX/input_device_xinput.cpp 2009-08-01 18:12:56.000000000 +0200
41 @@ -29,6 +29,7 @@
42
43 #include <iostream>
44 #include <cstring>
45 +#include <cstdio>
46 #include "API/Core/System/log.h"
47 #include "API/Display/input_device.h"
48 #include "API/Display/input_event.h"