fa631e663a
Fish Fillets NG - 0.7.3 * Fixed missing n_selected.png. It is not needed any more. Fish Fillets NG - 0.7.2 * Experimental support for RTL texts * Tab/Enter are usable on worldmap * Flags show language tips * Lua is statically linked again Fish Fillets NG - 0.7.1 * Spanish translation * Dutch translation * minor bug fixes (default speech, mingw32 build) Fish Fillets NG - 0.7.0 * Italian translation * Polish translation * correction of English dialogs * step counter color depends on active fish * options menu is refreshed when lang is changed * added menu to choose speech ("cs" or "none") * enabled speech=cs as default * fixed fullscreen on win32 * updated halloffame score (thanks to many) Fish Fillets NG - 0.6.1 * fixed crash with empty lang
29 lines
599 B
Text
29 lines
599 B
Text
$NetBSD: patch-aa,v 1.1 2006/08/14 22:34:42 wiz Exp $
|
|
|
|
--- configure.orig 2005-10-04 18:12:32.000000000 +0000
|
|
+++ configure
|
|
@@ -3194,7 +3194,7 @@ else
|
|
fi;
|
|
if test "x$LUAPFX" != x ; then
|
|
LUA_CFLAGS="-I$LUAPFX"
|
|
- LUA_LIBS="-L$LUAPFX -llua -llualib"
|
|
+ LUA_LIBS="-L$LUAPFX -llua"
|
|
else
|
|
for ac_prog in lua-config lua-config50 lua-config5.0
|
|
do
|
|
@@ -3453,6 +3453,7 @@ fi
|
|
|
|
fi
|
|
|
|
+if false; then
|
|
|
|
echo "$as_me:$LINENO: checking for luaopen_base in -llualib" >&5
|
|
echo $ECHO_N "checking for luaopen_base in -llualib... $ECHO_C" >&6
|
|
@@ -3665,6 +3666,7 @@ fi
|
|
|
|
fi
|
|
fi
|
|
+fi
|
|
|
|
|
|
|