Author: miriam
Date: 2009-08-03 17:36:35 +0000 (Mon, 03 Aug 2009)
New Revision: 10112

Added:
   packages/trunk/desmume/debian/patches/02_build-with-gcc-4.4.patch
Modified:
   packages/trunk/desmume/debian/changelog
   packages/trunk/desmume/debian/patches/series
Log:
Fixed FTBFS with gcc 4.4



Modified: packages/trunk/desmume/debian/changelog
===================================================================
--- packages/trunk/desmume/debian/changelog     2009-08-02 21:55:04 UTC (rev 
10111)
+++ packages/trunk/desmume/debian/changelog     2009-08-03 17:36:35 UTC (rev 
10112)
@@ -1,3 +1,10 @@
+desmume (0.9.4-2) UNRELEASED; urgency=low
+
+  [ Miriam Ruiz]
+  * Added patch 02_build-with-gcc-4.4.patch. Fixes: #539545
+
+ -- Miriam Ruiz <[email protected]>  Mon, 03 Aug 2009 19:30:12 +0200
+
 desmume (0.9.4-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/trunk/desmume/debian/patches/02_build-with-gcc-4.4.patch
===================================================================
--- packages/trunk/desmume/debian/patches/02_build-with-gcc-4.4.patch           
                (rev 0)
+++ packages/trunk/desmume/debian/patches/02_build-with-gcc-4.4.patch   
2009-08-03 17:36:35 UTC (rev 10112)
@@ -0,0 +1,14 @@
+# See: http://bugs.debian.org/539545
+# See: http://desmume.svn.sourceforge.net/viewvc/desmume?view=rev&revision=2441
+
+--- desmume-0.9.4.orig/src/texcache.h
++++ desmume-0.9.4/src/texcache.h
+@@ -43,7 +43,7 @@
+ 
+ void TexCache_Reset();
+ 
+-template<TexCache_TexFormat format>
++template<TexCache_TexFormat>
+ void TexCache_SetTexture(u32 format, u32 texpal);
+ 
+ void TexCache_Invalidate();

Modified: packages/trunk/desmume/debian/patches/series
===================================================================
--- packages/trunk/desmume/debian/patches/series        2009-08-02 21:55:04 UTC 
(rev 10111)
+++ packages/trunk/desmume/debian/patches/series        2009-08-03 17:36:35 UTC 
(rev 10112)
@@ -1 +1,2 @@
 01_link-with-GL.patch
+02_build-with-gcc-4.4.patch


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to