[Lunar-commits] r17228 - moonbase/trunk/graphics/SDL
Florin Braescu
florin at lunar-linux.org
Tue Nov 8 14:54:54 UTC 2005
Author: florin
Date: 2005-11-08 14:54:54 +0000 (Tue, 08 Nov 2005)
New Revision: 17228
Added:
moonbase/trunk/graphics/SDL/BUILD
Modified:
moonbase/trunk/graphics/SDL/DETAILS
Log:
add a patch for compiling with gcc 4.x.
Added: moonbase/trunk/graphics/SDL/BUILD
===================================================================
--- moonbase/trunk/graphics/SDL/BUILD 2005-11-08 14:47:35 UTC (rev 17227)
+++ moonbase/trunk/graphics/SDL/BUILD 2005-11-08 14:54:54 UTC (rev 17228)
@@ -0,0 +1,6 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/SDL/DETAILS
===================================================================
--- moonbase/trunk/graphics/SDL/DETAILS 2005-11-08 14:47:35 UTC (rev 17227)
+++ moonbase/trunk/graphics/SDL/DETAILS 2005-11-08 14:54:54 UTC (rev 17228)
@@ -1,11 +1,14 @@
MODULE=SDL
VERSION=1.2.9
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-gcc4.patch.bz2
SOURCE_URL=http://www.libsdl.org/release/
+ SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:8140de00e73ccdbdee196fa8fd9952ddb3cc75f1
+ SOURCE2_VFY=sha1:89ed249f0ca163d89110b71f776443442f080fce
WEB_SITE=http://www.libsdl.org
ENTERED=20010922
- UPDATED=20050830
+ UPDATED=20051108
SHORT="portable game library for low-level access to hardware."
cat << EOF
More information about the Lunar-commits
mailing list