]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qpe-games/pipeman-1.0.0/pipe.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qpe-games / pipeman-1.0.0 / pipe.patch
1 diff -ur pipeman_V1.0.0.orig/pipeman.desktop pipeman_V1.0.0/pipeman.desktop
2 --- pipeman_V1.0.0.orig/pipeman.desktop 2004-06-16 21:56:05.000000000 +0200
3 +++ pipeman_V1.0.0/pipeman.desktop      2004-06-16 21:56:56.000000000 +0200
4 @@ -1,7 +1,7 @@
5  [Desktop Entry]
6  Name=Pipeman
7  Name[de]=Pipeman
8 -Icon=pipeman
9 +Icon=pipeman/pipeman
10  Exec=pipeman
11  Comment=The Pipeman game. Put the pipe parts so that the water stays in the pipe.
12  Comment[de]=Lege die Rohrteile so, dass kein Wasser ausfliessen kann.
13 diff -ur pipeman_V1.0.0.orig/tools/Makefile pipeman_V1.0.0/tools/Makefile
14 --- pipeman_V1.0.0.orig/tools/Makefile  2004-06-16 21:56:05.000000000 +0200
15 +++ pipeman_V1.0.0/tools/Makefile       2004-06-16 21:56:42.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