diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-14 22:34:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-14 22:34:42 +0000 |
commit | 17de73ea6292ee8df44f2bf086f1cf5fcf9bd3a1 (patch) | |
tree | 64cb4ec37c09b7f104e4beb2107d880ec6c31485 /games/fillets-ng/patches | |
parent | e756138a5e838678ade45282621f46c458a518ca (diff) | |
download | pkgsrc-17de73ea6292ee8df44f2bf086f1cf5fcf9bd3a1.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-aa | 29 |
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 + + + |