[Lunar-commits] <moonbase> CriticalMass: add a patch to compile with gcc 4.4.x.

Florin Braescu florin at lunar-linux.org
Tue Sep 22 09:38:26 CEST 2009


commit edc3d4ca78c6df6fc389bdcb8073edce82fd5a98
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Sep 22 10:38:26 2009 +0300

    CriticalMass: add a patch to compile with gcc 4.4.x.
---
 games/CriticalMass/BUILD   |    1 +
 games/CriticalMass/DETAILS |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/games/CriticalMass/BUILD b/games/CriticalMass/BUILD
index 18b4aea..aa0e55e 100644
--- a/games/CriticalMass/BUILD
+++ b/games/CriticalMass/BUILD
@@ -1,5 +1,6 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
   default_game_build
 
 ) > $C_FIFO 2>&1
diff --git a/games/CriticalMass/DETAILS b/games/CriticalMass/DETAILS
index 692ea81..8c0cc8c 100644
--- a/games/CriticalMass/DETAILS
+++ b/games/CriticalMass/DETAILS
@@ -1,8 +1,11 @@
           MODULE=CriticalMass
          VERSION=1.0.2
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=$MODULE-$VERSION-gcc4.4.x.patch.bz2
       SOURCE_URL=$SFORGE_URL/criticalmass
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:d2d1f35183e9fbed76fd8da2a948745a4c89f20b
+     SOURCE2_VFY=sha1:940d449177990997c2bf18221e70608381b46b20
         WEB_SITE=http://criticalmass.sourceforge.net
          ENTERED=20060102
          UPDATED=20090420


More information about the Lunar-commits mailing list