public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/qtvba/files: qtvba-0.2-gcc43.patch
@ 2009-01-19 21:18 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2009-01-19 21:18 UTC (permalink / raw
  To: gentoo-commits

tupone      09/01/19 21:18:41

  Added:                qtvba-0.2-gcc43.patch
  Log:
  Fix gcc-4.3 build bug #251130
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r3 i686)

Revision  Changes    Path
1.1                  games-emulation/qtvba/files/qtvba-0.2-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/qtvba/files/qtvba-0.2-gcc43.patch?rev=1.1&view=markup
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

Index: qtvba-0.2-gcc43.patch
===================================================================
--- qtvba.cpp.old	2009-01-19 22:06:58.000000000 +0100
+++ qtvba.cpp	2009-01-19 22:08:40.000000000 +0100
@@ -27,7 +27,8 @@
 #include <qurloperator.h>
 
 // c++ headers
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 
 // images
 #include "logo.xpm"
--- rom_associate.cpp.old	2009-01-19 22:08:57.000000000 +0100
+++ rom_associate.cpp	2009-01-19 22:10:12.000000000 +0100
@@ -16,7 +16,7 @@
 #include <qprocess.h>
 
 // c++ headers
-#include <iostream.h>
+#include <iostream>
 
 // images
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-19 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19 21:18 [gentoo-commits] gentoo-x86 commit in games-emulation/qtvba/files: qtvba-0.2-gcc43.patch Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox