[Lunar-commits] r23327 - moonbase/trunk/games/quakeforge

Florin Braescu florin at lunar-linux.org
Sun Feb 18 17:57:49 CET 2007


Author: florin
Date: 2007-02-18 17:57:49 +0100 (Sun, 18 Feb 2007)
New Revision: 23327

Modified:
   moonbase/trunk/games/quakeforge/BUILD
   moonbase/trunk/games/quakeforge/DETAILS
Log:
add a patch to compile with gcc 4.1.x.

Modified: moonbase/trunk/games/quakeforge/BUILD
===================================================================
--- moonbase/trunk/games/quakeforge/BUILD	2007-02-18 16:36:24 UTC (rev 23326)
+++ moonbase/trunk/games/quakeforge/BUILD	2007-02-18 16:57:49 UTC (rev 23327)
@@ -1,5 +1,6 @@
 (
 
+  patch_it $SOURCE2 1 &&
   default_game_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/games/quakeforge/DETAILS
===================================================================
--- moonbase/trunk/games/quakeforge/DETAILS	2007-02-18 16:36:24 UTC (rev 23326)
+++ moonbase/trunk/games/quakeforge/DETAILS	2007-02-18 16:57:49 UTC (rev 23327)
@@ -1,13 +1,16 @@
            MODULE=quakeforge
          VERSION=0.5.5
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=$MODULE-$VERSION-gcc41.patch.bz2
       SOURCE_URL=$SFORGE_URL/quake/
+     SOURCE2_URL=$PATCH_URL/
       SOURCE_VFY=sha1:680e47a189de508f8cc7c5c525537f0aa2dafb05
+     SOURCE2_VFY=sha1:bc6ad5c04076cab9ed0aee5071bfdd2264a3e9b5
         WEB_SITE=http://quakeforge.net
          ENTERED=20030811
-         UPDATED=20040601
+         UPDATED=20070218
       MAINTAINER=florin at lunar-linux.org
-           SHORT="a Quake I port"
+           SHORT="A Quake I port"
 	
 cat << EOF
 QuakeForge is a 3D graphics game engine based on id Software's 



More information about the Lunar-commits mailing list