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-arcade/burgerspace/files: burgerspace-1.8.2-gcc43.patch
Date: Wed, 30 Apr 2008 16:58:01
Message-Id: E1JrFd1-0003uo-4p@stork.gentoo.org
1 nyhm 08/04/30 16:57:59
2
3 Added: burgerspace-1.8.2-gcc43.patch
4 Log:
5 Patch to fix building with gcc-4.3 from Martin Väth, bug #218939
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: burgerspace-1.8.2-gcc43.patch
15 ===================================================================
16 --- src/BurgerSpaceEngine.cpp
17 +++ src/BurgerSpaceEngine.cpp
18 @@ -26,16 +26,17 @@
19
20 #include <flatzebra/PixmapLoadError.h>
21
22 -#include <assert.h>
23 +#include <cassert>
24 #include <fstream>
25 #include <iomanip>
26 +#include <algorithm>
27
28 #include <sys/types.h>
29 #include <sys/stat.h>
30 #include <unistd.h>
31 #include <dirent.h>
32 #include <time.h>
33 -#include <errno.h>
34 +#include <cerrno>
35
36
37 /* Tiles:
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list