Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/qtvba/files: qtvba-0.2-gcc43.patch
Date: Mon, 19 Jan 2009 21:18:45
Message-Id: E1LP1W5-0001bf-RR@stork.gentoo.org
1 tupone 09/01/19 21:18:41
2
3 Added: qtvba-0.2-gcc43.patch
4 Log:
5 Fix gcc-4.3 build bug #251130
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r3 i686)
7
8 Revision Changes Path
9 1.1 games-emulation/qtvba/files/qtvba-0.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/qtvba/files/qtvba-0.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/qtvba/files/qtvba-0.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: qtvba-0.2-gcc43.patch
15 ===================================================================
16 --- qtvba.cpp.old 2009-01-19 22:06:58.000000000 +0100
17 +++ qtvba.cpp 2009-01-19 22:08:40.000000000 +0100
18 @@ -27,7 +27,8 @@
19 #include <qurloperator.h>
20
21 // c++ headers
22 -#include <iostream.h>
23 +#include <iostream>
24 +using namespace std;
25
26 // images
27 #include "logo.xpm"
28 --- rom_associate.cpp.old 2009-01-19 22:08:57.000000000 +0100
29 +++ rom_associate.cpp 2009-01-19 22:10:12.000000000 +0100
30 @@ -16,7 +16,7 @@
31 #include <qprocess.h>
32
33 // c++ headers
34 -#include <iostream.h>
35 +#include <iostream>
36
37 // images