diff options
author | drochner <drochner> | 2007-12-17 18:55:31 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-12-17 18:55:31 +0000 |
commit | 8e4905bc7b1d29f30e6ed54804f0dd81adbb9a53 (patch) | |
tree | 81c156b0c8ade717d38a81892d9751581a73128d /games/gcompris/patches | |
parent | 2c50d3b16fcc87e596cd64f20b0aebc8ca6d15d7 (diff) | |
download | pkgsrc-8e4905bc7b1d29f30e6ed54804f0dd81adbb9a53.tar.gz |
update to 8.4.2
many changes, mostly minor fixes to individual modules, and
-use gstreamer for sound output instead of SDL_mixer
-GPLv3
-translation updates
Diffstat (limited to 'games/gcompris/patches')
-rw-r--r-- | games/gcompris/patches/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gcompris/patches/patch-ac b/games/gcompris/patches/patch-ac index 9df3604c9e5..2abdc889c78 100644 --- a/games/gcompris/patches/patch-ac +++ b/games/gcompris/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2007/09/04 21:46:32 drochner Exp $ +$NetBSD: patch-ac,v 1.2 2007/12/17 18:55:32 drochner Exp $ ---- src/boards/chess_notation.c.orig 2007-09-04 13:32:59.000000000 +0200 +--- src/boards/chess_notation.c.orig 2007-08-31 00:52:28.000000000 +0200 +++ src/boards/chess_notation.c -@@ -204,7 +204,7 @@ piece_to_ascii (int piece) +@@ -203,7 +203,7 @@ piece_to_ascii (int piece) if(WPIECE(piece)) return piece_to_ascii_full[i]; else @@ -10,4 +10,4 @@ $NetBSD: patch-ac,v 1.1.1.1 2007/09/04 21:46:32 drochner Exp $ + return tolower((unsigned char)piece_to_ascii_full[i]); g_assert_not_reached (); - + |