From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/qpe-games/mahjongg-1.0.0/Makefile.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/qpe-games/mahjongg-1.0.0/Makefile.patch (limited to 'recipes/qpe-games/mahjongg-1.0.0/Makefile.patch') diff --git a/recipes/qpe-games/mahjongg-1.0.0/Makefile.patch b/recipes/qpe-games/mahjongg-1.0.0/Makefile.patch new file mode 100644 index 0000000000..3ae1ff9f98 --- /dev/null +++ b/recipes/qpe-games/mahjongg-1.0.0/Makefile.patch @@ -0,0 +1,14 @@ +diff -ur mahjongg_V1.0.0.orig/tools/Makefile mahjongg_V1.0.0/tools/Makefile +--- mahjongg_V1.0.0.orig/tools/Makefile 2004-06-16 20:55:06.000000000 +0200 ++++ mahjongg_V1.0.0/tools/Makefile 2004-06-16 20:55:30.000000000 +0200 +@@ -1,8 +1,8 @@ + all: bin2c layout2c + + bin2c: bin2c.c +- gcc -O2 -Wall -o bin2c bin2c.c ++ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c + + layout2c: layout2c.c +- gcc -O2 -Wall -o layout2c layout2c.c ++ $(BUILD_CC) -O2 -Wall -o layout2c layout2c.c + -- cgit v1.2.3