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-strategy/glob2/files: glob2-0.9.4.4-gcc44.patch
Date: Fri, 04 Sep 2009 15:15:33
Message-Id: E1MjfKB-00064G-UB@stork.gentoo.org
1 mr_bones_ 09/09/04 20:23:59
2
3 Added: glob2-0.9.4.4-gcc44.patch
4 Log:
5 version bump
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-strategy/glob2/files/glob2-0.9.4.4-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/files/glob2-0.9.4.4-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/files/glob2-0.9.4.4-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: glob2-0.9.4.4-gcc44.patch
15 ===================================================================
16 --- libgag/include/StreamBackend.h.old 2009-07-13 10:52:36.000000000 +0200
17 +++ libgag/include/StreamBackend.h 2009-07-13 10:52:57.000000000 +0200
18 @@ -28,6 +28,9 @@
19 #ifdef putc
20 #undef putc
21 #endif
22 +#ifdef getc
23 +#undef getc
24 +#endif
25
26 namespace GAGCore
27 {