r5773 - in packages/trunk/chromium/debian: . patches

Paul Wise pabs at alioth.debian.org
Fri Feb 15 13:23:53 UTC 2008


Author: pabs
Date: 2008-02-15 13:23:53 +0000 (Fri, 15 Feb 2008)
New Revision: 5773

Added:
   packages/trunk/chromium/debian/patches/26_gcc4.3.patch
Modified:
   packages/trunk/chromium/debian/changelog
   packages/trunk/chromium/debian/patches/series
Log:
* Add patch to fix FTBFS with GCC 4.3 (Closes: #461708)

Modified: packages/trunk/chromium/debian/changelog
===================================================================
--- packages/trunk/chromium/debian/changelog	2008-02-15 12:25:26 UTC (rev 5772)
+++ packages/trunk/chromium/debian/changelog	2008-02-15 13:23:53 UTC (rev 5773)
@@ -27,6 +27,9 @@
   * Bump Standards Version to 3.7.3
   * Remove deprecated Encoding field from desktop file
 
+  [ Paul Wise ]
+  * Add patch to fix FTBFS with GCC 4.3 (Closes: #461708)
+
  -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 11:26:12 +0100
 
 chromium (0.9.12-13) unstable; urgency=low

Added: packages/trunk/chromium/debian/patches/26_gcc4.3.patch
===================================================================
--- packages/trunk/chromium/debian/patches/26_gcc4.3.patch	                        (rev 0)
+++ packages/trunk/chromium/debian/patches/26_gcc4.3.patch	2008-02-15 13:23:53 UTC (rev 5773)
@@ -0,0 +1,12 @@
+--- src/NCString.h.orig
++++ src/NCString.h
+@@ -1,7 +1,8 @@
+ #ifndef NCString_h
+ #define NCString_h
+ 
+-#include <stream.h>
++#include <ostream>
++using std::ostream;
+ 
+ typedef unsigned int uint;
+ typedef unsigned short ushort;

Modified: packages/trunk/chromium/debian/patches/series
===================================================================
--- packages/trunk/chromium/debian/patches/series	2008-02-15 12:25:26 UTC (rev 5772)
+++ packages/trunk/chromium/debian/patches/series	2008-02-15 13:23:53 UTC (rev 5773)
@@ -3,6 +3,7 @@
 15_soundfix.dpatch
 20_badcode.dpatch
 25_gcc4.dpatch
+26_gcc4.3.patch -p0
 30_new_openAL.dpatch
 35_powerup_crash.diff
 40_sdl_quit.diff




More information about the Pkg-games-commits mailing list