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-action/poopmup/files: poopmup-1.2-gcc43.patch
Date: Wed, 30 Apr 2008 21:29:06
Message-Id: E1JrJrL-0000qQ-DW@stork.gentoo.org
1 nyhm 08/04/30 21:29:03
2
3 Added: poopmup-1.2-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-action/poopmup/files/poopmup-1.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/poopmup/files/poopmup-1.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/poopmup/files/poopmup-1.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: poopmup-1.2-gcc43.patch
15 ===================================================================
16 --- common.h
17 +++ common.h
18 @@ -38,7 +38,7 @@
19 #define STDCALL
20 #endif
21
22 -#include <iostream.h>
23 +#include <iostream>
24 #include "includes/base/myDisplayLists.h"
25 #include "myTimeStats.h"
26
27 --- includes/base/myMatrix.h
28 +++ includes/base/myMatrix.h
29 @@ -57,7 +57,7 @@
30 #include "my3dPoint.h"
31 #include "myVector.h"
32
33 -#include <iostream.h>
34 +#include <iostream>
35 #include <math.h>
36
37 /**
38 --- includes/osd/menu.h
39 +++ includes/osd/menu.h
40 @@ -21,6 +21,7 @@
41 #define POOPMUP_MENU_H
42
43 #include <stdio.h>
44 +#include <cstring>
45 #include "../base/myColor.h"
46 #include "formElem/button.h"
47 #include "formElem/intSelector.h"
48 --- includes/osd/onScreenDisplay.h
49 +++ includes/osd/onScreenDisplay.h
50 @@ -21,6 +21,7 @@
51 #define ONSCREENDISPLAY_H
52
53 #include <stdio.h>
54 +#include <cstring>
55 #include "../base/my3dPoint.h"
56 #include "../base/myColor.h"
57
58
59
60
61 --
62 gentoo-commits@l.g.o mailing list