r9724 - in packages/trunk/love/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Thu May 14 07:52:48 UTC 2009


Author: miriam
Date: 2009-05-14 07:52:48 +0000 (Thu, 14 May 2009)
New Revision: 9724

Added:
   packages/trunk/love/debian/patches/gcc-4.4.patch
Modified:
   packages/trunk/love/debian/changelog
   packages/trunk/love/debian/patches/series
Log:
Fix FTBFS bug in gcc 4.4. Closes: #505703



Modified: packages/trunk/love/debian/changelog
===================================================================
--- packages/trunk/love/debian/changelog	2009-05-12 22:50:54 UTC (rev 9723)
+++ packages/trunk/love/debian/changelog	2009-05-14 07:52:48 UTC (rev 9724)
@@ -1,3 +1,11 @@
+love (0.5.0-2) UNRELEASED; urgency=low
+
+  [ Miriam Ruiz ]
+  * Fix FTBFS but in gcc 4.4. Closes: #505703.
+    Thanks to Martin Michlmayr.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 14 May 2009 09:55:52 +0200
+
 love (0.5.0-1) unstable; urgency=low
 
   [ Miriam Ruiz ]

Added: packages/trunk/love/debian/patches/gcc-4.4.patch
===================================================================
--- packages/trunk/love/debian/patches/gcc-4.4.patch	                        (rev 0)
+++ packages/trunk/love/debian/patches/gcc-4.4.patch	2009-05-14 07:52:48 UTC (rev 9724)
@@ -0,0 +1,15 @@
+# See: http://bugs.debian.org/505703
+# Thanks to Martin Michlmayr <tbm at cyrius.com>
+
+Index: love-0.5.0/src/opengl/ImageFont.cpp
+===================================================================
+--- love-0.5.0.orig/src/opengl/ImageFont.cpp	2009-05-14 09:58:30.000000000 +0200
++++ love-0.5.0/src/opengl/ImageFont.cpp	2009-05-14 09:58:53.000000000 +0200
+@@ -1,6 +1,7 @@
+ #include "ImageFont.h"
+ 
+ #include <SDL_opengl.h>
++#include <cstdio>
+ 
+ using std::string;
+ 

Modified: packages/trunk/love/debian/patches/series
===================================================================
--- packages/trunk/love/debian/patches/series	2009-05-12 22:50:54 UTC (rev 9723)
+++ packages/trunk/love/debian/patches/series	2009-05-14 07:52:48 UTC (rev 9724)
@@ -1,2 +1,3 @@
 cstrings.patch
 no-ILvoid-type.diff
+gcc-4.4.patch




More information about the Pkg-games-commits mailing list