Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/braincurses/files: braincurses-0.5b-gcc43.patch
Date: Thu, 01 May 2008 10:34:50
Message-Id: E1JrW7k-0000oo-2E@stork.gentoo.org
1 nyhm 08/05/01 10:34:48
2
3 Added: braincurses-0.5b-gcc43.patch
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: braincurses-0.5b-gcc43.patch
15 ===================================================================
16 --- braincurses.h
17 +++ braincurses.h
18 @@ -12,6 +12,7 @@
19 #include <cstddef>
20 #include <cstdlib>
21 #include <ctime>
22 +#include <cstring>
23 #include <iostream>
24 #include <map>
25 #include <string>
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list