r2670 - in packages/trunk/enemylines3/debian: . patches

Gonéri Le Bouder goneri-guest at alioth.debian.org
Sun May 13 23:15:48 UTC 2007


Author: goneri-guest
Date: 2007-05-13 23:15:48 +0000 (Sun, 13 May 2007)
New Revision: 2670

Added:
   packages/trunk/enemylines3/debian/patches/fix_gcc4.3.patch
Modified:
   packages/trunk/enemylines3/debian/changelog
Log:
+  * FTBFS with GCC 4.3, thanks Martin Michlmayr (Closes: #417169)
+   - add fix_gcc4.3.patch



Modified: packages/trunk/enemylines3/debian/changelog
===================================================================
--- packages/trunk/enemylines3/debian/changelog	2007-05-13 22:42:49 UTC (rev 2669)
+++ packages/trunk/enemylines3/debian/changelog	2007-05-13 23:15:48 UTC (rev 2670)
@@ -3,6 +3,8 @@
   [ Gonéri Le Bouder ]
   * remove Applications from Categorie in the desktop file since it's not
     an official categorie
+  * FTBFS with GCC 4.3, thanks Martin Michlmayr (Closes: #417169)
+   - add fix_gcc4.3.patch
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu, 30 Nov 2006 19:23:49 +0100
 

Added: packages/trunk/enemylines3/debian/patches/fix_gcc4.3.patch
===================================================================
--- packages/trunk/enemylines3/debian/patches/fix_gcc4.3.patch	                        (rev 0)
+++ packages/trunk/enemylines3/debian/patches/fix_gcc4.3.patch	2007-05-13 23:15:48 UTC (rev 2670)
@@ -0,0 +1,11 @@
+Index: enemylines3-1.2/random.cc
+===================================================================
+--- enemylines3-1.2.orig/random.cc	2007-05-14 01:11:21.000000000 +0200
++++ enemylines3-1.2/random.cc	2007-05-14 01:12:33.000000000 +0200
+@@ -1,5 +1,6 @@
+ #include "random.h"
+ 
++#include <cstdlib>
+ #include <iostream>
+ 
+ 




More information about the Pkg-games-commits mailing list