[Lunar-commits] <moonbase-other> freedroidRPG: use internal lua

v4hn me at v4hn.de
Mon May 6 00:29:06 CEST 2013


commit 66502f5499f7f0231c2ebf4ea912e338a48655d3
Author: v4hn <me at v4hn.de>
Date: Sun, 05 May 2013 15:28:26 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/66502f5499f7f0231c2ebf4ea912e338a48655d3

freedroidRPG: use internal lua

system lua is too new
---
  games/freedroidRPG/BUILD | +5/-5     
  1 file changed, 5 insertions(+), 5 deletions(-)

--- a/games/freedroidRPG/BUILD
+++ b/games/freedroidRPG/BUILD
@@ -1,8 +1,8 @@
-(
+sedit "s:LUA_LIBS:LUA_LIBS -ldl:" configure.ac &&
 
-  sedit "s:LUA_LIBS:LUA_LIBS -ldl:" configure.ac &&
-  autoreconf . &&
+OPTS+=" --with-embedded-lua" &&
+sedit "5 i freedroidRPG_CFLAGS = -I../lua" src/Makefile.am &&
 
-  default_game_build
+autoreconf . &&
 
-) > $C_FIFO 2>&1
+default_game_build




More information about the Lunar-commits mailing list