Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/tuxcards/files: tuxcards-1.2-gcc43.patch
Date: Fri, 20 Jun 2008 20:43:27
Message-Id: E1K9nS4-0006UB-P7@stork.gentoo.org
1 loki_val 08/06/20 20:43:20
2
3 Added: tuxcards-1.2-gcc43.patch
4 Log:
5 Fix gcc-4.3 compatibility. Thanks to Jeremy Olexa <darkside@g.o> in bug 227325 for the patch.
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.1 app-text/tuxcards/files/tuxcards-1.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/tuxcards/files/tuxcards-1.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/tuxcards/files/tuxcards-1.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: tuxcards-1.2-gcc43.patch
15 ===================================================================
16 --- src/commandlineoptions.cpp.orig 2008-06-17 19:54:54.000000000 -0500
17 +++ src/commandlineoptions.cpp 2008-06-17 19:54:33.000000000 -0500
18 @@ -18,6 +18,7 @@
19 #include <qapplication.h>
20 #include "commandlineoptions.h"
21 #include <iostream>
22 +#include <cstdlib>
23
24 #include "CTuxCardsConfiguration.h"
25 #include "./information/xmlpersister.h"
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list