[Lunar-commits] <moonbase> alienarena: Adjusting the BUILD to use $CPU, no reason not to. Removing

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Sep 17 18:55:27 CEST 2009


commit 5d6c1c877b336a3cca40fecdd4b7e521322ac3b6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Sep 17 12:55:27 2009 -0400

    alienarena: Adjusting the BUILD to use $CPU, no reason not to. Removing
    
    SDL_gfx and SDL_sound depends. For sound it now uses openal and it uses
    XOrg stuff now. Tested by lrm both of those, reinstalled, and it works fine.
---
 games/alienarena/BUILD   |    2 +-
 games/alienarena/DEPENDS |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/alienarena/BUILD b/games/alienarena/BUILD
index fac5243..16e293d 100644
--- a/games/alienarena/BUILD
+++ b/games/alienarena/BUILD
@@ -13,7 +13,7 @@
 
   # Using ARCH=unknown, to prevent Makefile from setting -march flag
   make \
-    PREFIX=/usr WITH_DATADIR=yes WITH_LIBDIR=yes ARCH=unknown \
+    PREFIX=/usr WITH_DATADIR=yes WITH_LIBDIR=yes ARCH="$CPU" \
     DATADIR="$DATADIR" \
     LIBDIR="$LIBDIR"  &&
 
diff --git a/games/alienarena/DEPENDS b/games/alienarena/DEPENDS
index e317ea7..0394fb0 100644
--- a/games/alienarena/DEPENDS
+++ b/games/alienarena/DEPENDS
@@ -1,5 +1,5 @@
 depends xf86dga
 depends curl
-depends SDL_sound
-depends SDL_gfx
+#depends SDL_sound
+#depends SDL_gfx
 depends openal


More information about the Lunar-commits mailing list