r14124 - packages/trunk/gunroar/debian/patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Tue May 21 21:26:32 UTC 2013


Author: pdewacht-guest
Date: 2013-05-21 21:26:32 +0000 (Tue, 21 May 2013)
New Revision: 14124

Modified:
   packages/trunk/gunroar/debian/patches/dlang_v2.patch
Log:
gunroar: another GDC 4.8 FTBFS, one that only triggers with -frelease


Modified: packages/trunk/gunroar/debian/patches/dlang_v2.patch
===================================================================
--- packages/trunk/gunroar/debian/patches/dlang_v2.patch	2013-05-21 21:20:46 UTC (rev 14123)
+++ packages/trunk/gunroar/debian/patches/dlang_v2.patch	2013-05-21 21:26:32 UTC (rev 14124)
@@ -1445,6 +1445,15 @@
      rand.setSeed(seed);
    }
  
+@@ -165,7 +162,7 @@
+   public void targetDeg(float td) {
+     if ((td - _targetDeg) > 1)
+       ofs += 0.1f;
+-    return _targetDeg = td;
++    _targetDeg = td;
+   }
+ 
+   public void accelerate() {
 @@ -188,7 +185,7 @@
    static const float TARGET_Y_MIN = -7;
    static const float TARGET_Y_MAX = 7;




More information about the Pkg-games-commits mailing list