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-rpg/openglad/files: openglad-0.98-gcc43.patch
Date: Wed, 30 Apr 2008 23:45:36
Message-Id: E1JrLzS-0005Ju-F6@stork.gentoo.org
1 nyhm 08/04/30 23:45:34
2
3 Added: openglad-0.98-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-rpg/openglad/files/openglad-0.98-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/openglad/files/openglad-0.98-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/openglad/files/openglad-0.98-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: openglad-0.98-gcc43.patch
15 ===================================================================
16 --- src/parser.cpp
17 +++ src/parser.cpp
18 @@ -23,6 +23,8 @@
19 #include <iostream>
20 #include <fstream>
21 #include <string>
22 +#include <cstring>
23 +#include <cstdlib>
24 #include "parser.h"
25
26 using namespace std;
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list