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 games-puzzle/pingus/files: pingus-0.7.2-gcc44.patch
Date: Sat, 04 Apr 2009 00:53:02
Message-Id: E1Lpu84-0002lI-4o@stork.gentoo.org
1 mr_bones_ 09/04/04 00:53:00
2
3 Added: pingus-0.7.2-gcc44.patch
4 Log:
5 EAPI=2; add gcc44 patch from Paul Mulders (bug #264739)
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-puzzle/pingus/files/pingus-0.7.2-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/files/pingus-0.7.2-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/files/pingus-0.7.2-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: pingus-0.7.2-gcc44.patch
15 ===================================================================
16 --- src/input/evdev_device.cpp.old 2009-04-03 12:14:25.027452635 +0200
17 +++ src/input/evdev_device.cpp 2009-04-03 12:14:31.672453084 +0200
18 @@ -17,6 +17,7 @@
19 // along with this program; if not, write to the Free Software
20 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21
22 +#include <cstdio>
23 #include <assert.h>
24 #include <linux/input.h>
25 #include <sys/ioctl.h>
26 --- src/tinygettext/po_file_reader.cpp.old 2009-04-03 12:13:30.095452649 +0200
27 +++ src/tinygettext/po_file_reader.cpp 2009-04-03 12:13:38.117452492 +0200
28 @@ -17,6 +17,7 @@
29 // along with this program; if not, write to the Free Software
30 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
31
32 +#include <cstdio>
33 #include <config.h>
34 #include <vector>
35 #include <iconv.h>