]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qpe-games/sokoban-1.3.8ern/sokoban.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qpe-games / sokoban-1.3.8ern / sokoban.patch
1 diff -ur sokoban_V1.3.8ern.orig/sokoban.desktop sokoban_V1.3.8ern/sokoban.desktop
2 --- sokoban_V1.3.8ern.orig/sokoban.desktop      2004-06-16 22:20:31.000000000 +0200
3 +++ sokoban_V1.3.8ern/sokoban.desktop   2004-06-16 22:21:19.000000000 +0200
4 @@ -1,7 +1,7 @@
5  [Desktop Entry]
6  Name=Sokoban
7  Name[de]=Sokoban
8 -Icon=Sokoban
9 +Icon=sokoban/Sokoban
10  Exec=sokoban
11  Comment=The Sokoban game ported from KDE 3.0.2
12  Comment[de]=Das Kistenschiebeprogramm von KDE
13 diff -ur sokoban_V1.3.8ern.orig/tools/Makefile sokoban_V1.3.8ern/tools/Makefile
14 --- sokoban_V1.3.8ern.orig/tools/Makefile       2004-06-16 22:20:31.000000000 +0200
15 +++ sokoban_V1.3.8ern/tools/Makefile    2004-06-16 22:20:44.000000000 +0200
16 @@ -1,3 +1,3 @@
17  bin2c:
18 -       gcc -O2 -Wall -o bin2c bin2c.c
19 +       $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c
20