]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qpe-games/pairs-1.1.1/pairs.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qpe-games / pairs-1.1.1 / pairs.patch
1 diff -ur pairs_V1.1.1.orig/pairs.desktop pairs_V1.1.1/pairs.desktop
2 --- pairs_V1.1.1.orig/pairs.desktop     2004-06-16 21:50:35.000000000 +0200
3 +++ pairs_V1.1.1/pairs.desktop  2004-06-16 21:51:00.000000000 +0200
4 @@ -1,7 +1,7 @@
5  [Desktop Entry]
6  Name=Pairs
7  Name[de]=Pairs
8 -Icon=Pairs
9 +Icon=pairs/Pairs
10  Exec=pairs
11  Comment=The Pairs game. Find two matching tiles to score a point.
12  Comment[de]=Das Pairs Spiel. Finde passende Kartenpaare.
13 diff -ur pairs_V1.1.1.orig/tools/Makefile pairs_V1.1.1/tools/Makefile
14 --- pairs_V1.1.1.orig/tools/Makefile    2004-06-16 21:50:35.000000000 +0200
15 +++ pairs_V1.1.1/tools/Makefile 2004-06-16 21:51:13.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