From 9d655a21c286c672a8f401b18472105c5411def1 Mon Sep 17 00:00:00 2001
From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org>
Date: Tue, 1 Jun 2010 22:38:32 +0200
Subject: Re-applying patch to adapting build script upon latest LuaJIT
 changes...

---
 compilation | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compilation b/compilation
index 4c5af75..da5d147 100755
--- a/compilation
+++ b/compilation
@@ -152,7 +152,7 @@ tar xvfz Mesa-7.4.4-osmesa-darwin9-precomp.tar.gz
 mkdir -p lua-interface-distrib/darwin9
 
 cd LuaJIT-darwin9
-make CROSS=i686-apple-darwin9- TARGET_SYS=Darwin BUILDMODE=static TARGET_XLDOPTS=-mmacosx-version-min=10.5 || exit -1
+make CROSS=i686-apple-darwin9- TARGET_SYS=Darwin BUILDMODE=static TARGET_XLDFLAGS=-mmacosx-version-min=10.5 || exit -1
 cd ..
 
 cd lua-interface-darwin9
-- 
cgit v1.2.3