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-board/r-katro/files: r-katro-0.7.0-gcc43.patch
Date: Fri, 02 May 2008 23:29:57
Message-Id: E1Js4hO-0000sa-SN@stork.gentoo.org
1 nyhm 08/05/02 23:29:54
2
3 Added: r-katro-0.7.0-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-board/r-katro/files/r-katro-0.7.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/r-katro/files/r-katro-0.7.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/r-katro/files/r-katro-0.7.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: r-katro-0.7.0-gcc43.patch
15 ===================================================================
16 --- src/obj3d.h
17 +++ src/obj3d.h
18 @@ -3,7 +3,8 @@
19
20 #include "glm.h"
21 #include <qimage.h>
22 -#include <stdio.h>
23 +#include <cstdlib>
24 +#include <cstdio>
25
26 class obj3d
27 {
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list