public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-engines/kwest/files: kwest-1.1.1-gcc43.patch kwest-1.0-gcc43.patch
@ 2009-01-20 15:41 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2009-01-20 15:41 UTC (permalink / raw
  To: gentoo-commits

tupone      09/01/20 15:41:05

  Added:                kwest-1.1.1-gcc43.patch kwest-1.0-gcc43.patch
  Log:
  Fix gcc-4.3 bug #251132
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)

Revision  Changes    Path
1.1                  games-engines/kwest/files/kwest-1.1.1-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/kwest/files/kwest-1.1.1-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/kwest/files/kwest-1.1.1-gcc43.patch?rev=1.1&content-type=text/plain

Index: kwest-1.1.1-gcc43.patch
===================================================================
--- src/kwestview.cpp.old       2009-01-20 16:19:46.000000000 +0100
+++ src/kwestview.cpp   2009-01-20 16:19:58.000000000 +0100
@@ -26,7 +26,7 @@
 #include "frotz/frotz.h"
 #include "k_frotz.h"

-#include <iostream.h>
+#include <iostream>

 extern "C" bool is_terminator(zchar);
 extern "C" int completion(const zchar *, zchar *);




1.1                  games-engines/kwest/files/kwest-1.0-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/kwest/files/kwest-1.0-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/kwest/files/kwest-1.0-gcc43.patch?rev=1.1&content-type=text/plain

Index: kwest-1.0-gcc43.patch
===================================================================
--- kwest/kwestview.cpp.old     2009-01-20 15:29:26.000000000 +0100
+++ kwest/kwestview.cpp 2009-01-20 15:29:41.000000000 +0100
@@ -26,7 +26,7 @@
 #include "frotz.h"
 #include "k_frotz.h"

-#include <iostream.h>
+#include <iostream>

 extern "C" bool is_terminator(zchar);
 extern "C" int completion(const zchar *, zchar *);
--- kwest/k_init.cpp.old        2009-01-20 15:37:26.000000000 +0100
+++ kwest/k_init.cpp    2009-01-20 15:38:04.000000000 +0100
@@ -154,7 +154,7 @@
  *
  */

-#include <iostream.h>
+#include <iostream>

 void os_init_screen()
 {







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

only message in thread, other threads:[~2009-01-20 15:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-20 15:41 [gentoo-commits] gentoo-x86 commit in games-engines/kwest/files: kwest-1.1.1-gcc43.patch kwest-1.0-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