summaryrefslogtreecommitdiff
path: root/games/fillets-ng/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-14 22:34:42 +0000
committerwiz <wiz@pkgsrc.org>2006-08-14 22:34:42 +0000
commitfa631e663a3a0505af78344e2bbdf5d11b9c5370 (patch)
tree64cb4ec37c09b7f104e4beb2107d880ec6c31485 /games/fillets-ng/patches
parent14521e6dcdc0609f880ee4dd579c219976058f05 (diff)
downloadpkgsrc-fa631e663a3a0505af78344e2bbdf5d11b9c5370.tar.gz
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
Diffstat (limited to 'games/fillets-ng/patches')
-rw-r--r--games/fillets-ng/patches/patch-aa29
1 files changed, 29 insertions, 0 deletions
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
+
+
+