[Lunar-commits] r26745 - moonbase/trunk/games/tuxracer

Dennis Veatch stumbles at lunar-linux.org
Fri Nov 16 15:29:57 CET 2007


Author: stumbles
Date: 2007-11-16 15:29:57 +0100 (Fri, 16 Nov 2007)
New Revision: 26745

Modified:
   moonbase/trunk/games/tuxracer/BUILD
Log:

This sedit fixes BR279 and only applies for the current moonbase
version of mesa-lib-7.0.1. This will most likely need a revisit
on the next mesa-lib version bump.




Modified: moonbase/trunk/games/tuxracer/BUILD
===================================================================
--- moonbase/trunk/games/tuxracer/BUILD	2007-11-16 00:50:12 UTC (rev 26744)
+++ moonbase/trunk/games/tuxracer/BUILD	2007-11-16 14:29:57 UTC (rev 26745)
@@ -1,10 +1,17 @@
 (
+
+  sedit "s:glXGetProcAddressARB:glXGetProcAddress:g" configure
+
   patch_it $SOURCE3 1 &&
+
   mkdir -p /usr/share/games/$MODULE-data-$VERSION &&
+
   ./configure --prefix=/usr                                           \
               --with-tcl-lib-name=tcl8.4                              \
               --with-data-dir=/usr/share/games/$MODULE-data-$VERSION &&
+
   sedit "s:-malign-:-falign-:g" Makefile src/Makefile &&
+
   default_make                                        &&
   chmod -R a+r $MODULE-data-$VERSION                  &&
   cp -r $MODULE-data-$VERSION /usr/share/games



More information about the Lunar-commits mailing list