[Lunar-commits] <moonbase> stratagus: add a patch to compile with gcc 4.3.3.

Florin Braescu florin at lunar-linux.org
Tue Apr 14 23:23:44 CEST 2009


commit 508e9ea1af48961a1bdc80c8ef1e8d9834bb8a8c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Apr 15 00:23:44 2009 +0300

    stratagus: add a patch to compile with gcc 4.3.3.
---
 games/stratagus/BUILD   |    2 ++
 games/stratagus/DETAILS |    9 ++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/games/stratagus/BUILD b/games/stratagus/BUILD
index ab25254..d0068be 100644
--- a/games/stratagus/BUILD
+++ b/games/stratagus/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   ./configure  --prefix=/usr        \
                --bindir=/usr/games  \
                --datadir=/usr/share/games  &&
diff --git a/games/stratagus/DETAILS b/games/stratagus/DETAILS
index 53f2415..0fc06a4 100644
--- a/games/stratagus/DETAILS
+++ b/games/stratagus/DETAILS
@@ -1,11 +1,14 @@
           MODULE=stratagus
          VERSION=2.2.4
           SOURCE=$MODULE-$VERSION-src.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
+         SOURCE2=$MODULE-$VERSION-gcc-4.3.x.patch
+      SOURCE_URL=$SFORGE_URL/$MODULE
+     SOURCE2_URL=$PATCH_URL
      SOURCE_VFY=sha1:d3e15d6137503d79ab1d5ac5ddb1d01a20173671
-        WEB_SITE=http://stratagus.sourceforge.net/
+    SOURCE2_VFY=sha1:2396c1b792ec592eefc06b91330458204c954da1
+        WEB_SITE=http://stratagus.sourceforge.net
          ENTERED=20040719
-         UPDATED=20070928
+         UPDATED=20090414
            SHORT="RTS gaming engine"
 
 cat <<EOF


More information about the Lunar-commits mailing list