r9209 - in packages/trunk/stormbaancoureur/debian: . patches

Barry deFreese bdefreese at alioth.debian.org
Thu Mar 19 00:42:01 UTC 2009


Author: bdefreese
Date: 2009-03-19 00:42:00 +0000 (Thu, 19 Mar 2009)
New Revision: 9209

Added:
   packages/trunk/stormbaancoureur/debian/patches/gcc44.patch
Modified:
   packages/trunk/stormbaancoureur/debian/changelog
   packages/trunk/stormbaancoureur/debian/patches/series
Log:
  * gcc44.patch - Build with gcc-4.4. (Closes: #505694).
    + Thanks to Martin Michlmayr for the fix!


Modified: packages/trunk/stormbaancoureur/debian/changelog
===================================================================
--- packages/trunk/stormbaancoureur/debian/changelog	2009-03-19 00:33:11 UTC (rev 9208)
+++ packages/trunk/stormbaancoureur/debian/changelog	2009-03-19 00:42:00 UTC (rev 9209)
@@ -7,6 +7,8 @@
   * Update my e-mail address.
   * Change plib1.8.4-dev to plib-dev. (Closes: #516924).
   * Fix typo in package description. (Closes: #478181).
+  * gcc44.patch - Build with gcc-4.4. (Closes: #505694).
+    + Thanks to Martin Michlmayr for the fix!
   * Bump Standards Version to 3.8.1.
 
  -- Barry deFreese <bdefreese at debian.org>  Wed, 18 Mar 2009 20:27:28 -0400

Added: packages/trunk/stormbaancoureur/debian/patches/gcc44.patch
===================================================================
--- packages/trunk/stormbaancoureur/debian/patches/gcc44.patch	                        (rev 0)
+++ packages/trunk/stormbaancoureur/debian/patches/gcc44.patch	2009-03-19 00:42:00 UTC (rev 9209)
@@ -0,0 +1,14 @@
+Description: Add includes to build with gcc-4.4.
+
+Index: stormbaancoureur-2.1.5/src-stormbaancoureur/controllerkey.cxx
+===================================================================
+--- stormbaancoureur-2.1.5.orig/src-stormbaancoureur/controllerkey.cxx	2009-03-18 20:38:15.000000000 -0400
++++ stormbaancoureur-2.1.5/src-stormbaancoureur/controllerkey.cxx	2009-03-18 20:38:44.000000000 -0400
+@@ -9,6 +9,7 @@
+ #include <math.h>
+ #include <errno.h>
+ #include <fcntl.h>
++#include <stdio.h>
+ 
+ #include "controller.h"
+ 

Modified: packages/trunk/stormbaancoureur/debian/patches/series
===================================================================
--- packages/trunk/stormbaancoureur/debian/patches/series	2009-03-19 00:33:11 UTC (rev 9208)
+++ packages/trunk/stormbaancoureur/debian/patches/series	2009-03-19 00:42:00 UTC (rev 9209)
@@ -1,3 +1,4 @@
 makefile_libode.patch
 makefile_cflags.patch
 fullscreen_optional.patch
+gcc44.patch




More information about the Pkg-games-commits mailing list