]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qpe-games/pdamaze-1.0.0/Makefile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qpe-games / pdamaze-1.0.0 / Makefile.patch
1 diff -ur pdamaze_V1.0.0.orig/pdamaze.desktop pdamaze_V1.0.0/pdamaze.desktop
2 --- pdamaze_V1.0.0.orig/pdamaze.desktop 2004-06-16 21:33:08.000000000 +0200
3 +++ pdamaze_V1.0.0/pdamaze.desktop      2004-06-16 21:33:19.000000000 +0200
4 @@ -1,7 +1,7 @@
5  [Desktop Entry]
6  Name=PDA-Maze
7  Name[de]=PDA-Maze
8 -Icon=pdamaze
9 +Icon=pdamaze/pdamaze
10  Exec=pdamaze
11  Comment=A rewrite of the C/Xlib game pdamaze.
12  Comment[de]=Finde aus einem Labyrinth heraus.
13 diff -ur pdamaze_V1.0.0.orig/tools/Makefile pdamaze_V1.0.0/tools/Makefile
14 --- pdamaze_V1.0.0.orig/tools/Makefile  2004-06-16 21:33:08.000000000 +0200
15 +++ pdamaze_V1.0.0/tools/Makefile       2004-06-16 21:33:33.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