From fa631e663a3a0505af78344e2bbdf5d11b9c5370 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 14 Aug 2006 22:34:42 +0000 Subject: Update to 0.7.3: 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 --- games/fillets-ng/patches/patch-aa | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 games/fillets-ng/patches/patch-aa (limited to 'games/fillets-ng/patches') diff --git a/games/fillets-ng/patches/patch-aa b/games/fillets-ng/patches/patch-aa new file mode 100644 index 00000000000..ed9b2f3e65f --- /dev/null +++ b/games/fillets-ng/patches/patch-aa @@ -0,0 +1,29 @@ +$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 + + + -- cgit v1.2.3