r5550 - in packages/trunk/fillets-ng/debian: . patches

Alexander Schmehl tolimar at alioth.debian.org
Tue Jan 29 20:16:54 UTC 2008


Author: tolimar
Date: 2008-01-29 20:16:54 +0000 (Tue, 29 Jan 2008)
New Revision: 5550

Modified:
   packages/trunk/fillets-ng/debian/changelog
   packages/trunk/fillets-ng/debian/patches/gcc-4.3-fix
Log:
Really fixing includes for 4.3 build, thanks to Evgeni Golov

Modified: packages/trunk/fillets-ng/debian/changelog
===================================================================
--- packages/trunk/fillets-ng/debian/changelog	2008-01-29 19:45:29 UTC (rev 5549)
+++ packages/trunk/fillets-ng/debian/changelog	2008-01-29 20:16:54 UTC (rev 5550)
@@ -1,9 +1,12 @@
 fillets-ng (0.8.0-2) unstable; urgency=low
 
   * Adding pkg-config to build-depends, fixing problem of libfribidi not
-    beeing fround during configuring
+    beeing fround during configuring, thanks to Lucas Nussbaum for detecting
+    the problem.
+  * Applying patch from Evgeni Golov to add missing #include statements to
+    make it really build with gcc-4.3; thanks! (Closes: #417187)
 
- -- Alexander Schmehl <tolimar at debian.org>  Tue, 29 Jan 2008 20:44:25 +0100
+ -- Alexander Schmehl <tolimar at debian.org>  Tue, 29 Jan 2008 21:13:56 +0100
 
 fillets-ng (0.8.0-1) unstable; urgency=low
 

Modified: packages/trunk/fillets-ng/debian/patches/gcc-4.3-fix
===================================================================
--- packages/trunk/fillets-ng/debian/patches/gcc-4.3-fix	2008-01-29 19:45:29 UTC (rev 5549)
+++ packages/trunk/fillets-ng/debian/patches/gcc-4.3-fix	2008-01-29 20:16:54 UTC (rev 5550)
@@ -25,3 +25,16 @@
  #include <sstream>
  
  //-----------------------------------------------------------------
+Index: fillets-ng-0.8.0/src/level/Landslip.cpp
+===================================================================
+--- fillets-ng-0.8.0.orig/src/level/Landslip.cpp
++++ fillets-ng-0.8.0/src/level/Landslip.cpp
+@@ -11,6 +11,8 @@
+ #include "Rules.h"
+ #include "minmax.h"
+ 
++#include <cstring>
++
+ //-----------------------------------------------------------------
+     Landslip::Landslip(const ModelList &models)
+ : m_models(models)




More information about the Pkg-games-commits mailing list