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-engines/qtads/files: qtads-1.6c-gcc43.patch
Date: Mon, 05 May 2008 19:14:13
Message-Id: E1Jt68Y-00062l-IA@stork.gentoo.org
1 nyhm 08/05/05 19:14:10
2
3 Added: qtads-1.6c-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-engines/qtads/files/qtads-1.6c-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/files/qtads-1.6c-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/qtads/files/qtads-1.6c-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: qtads-1.6c-gcc43.patch
15 ===================================================================
16 --- src/osqt3.cc
17 +++ src/osqt3.cc
18 @@ -43,6 +43,7 @@
19 #include <qfileinfo.h>
20 #include <qdir.h>
21 #include <qtextcodec.h>
22 +#include <cstring>
23
24 #include "os.h"
25 #include "qtadswarning.h"
26 --- src/osqt.cc
27 +++ src/osqt.cc
28 @@ -103,6 +103,7 @@
29 #include <cstring>
30 #include <cstdio>
31 #include <cctype>
32 +#include <ctime>
33
34 #include "os.h"
35
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list