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/ngstar/files: ngstar-2.1.8-gcc43.patch
Date: Fri, 02 May 2008 19:44:37
Message-Id: E1Js1BL-0007Ws-LL@stork.gentoo.org
1 nyhm 08/05/02 19:44:35
2
3 Added: ngstar-2.1.8-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/ngstar/files/ngstar-2.1.8-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/ngstar/files/ngstar-2.1.8-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/ngstar/files/ngstar-2.1.8-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: ngstar-2.1.8-gcc43.patch
15 ===================================================================
16 --- libngstar2/Configuration.hh
17 +++ libngstar2/Configuration.hh
18 @@ -26,6 +26,7 @@
19 #include <fstream>
20 #include <iostream>
21 #include <string>
22 +#include <cstdlib>
23
24 #include <getopt.h>
25 #include <sys/stat.h>
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list