diff options
Diffstat (limited to 'recipes/qpe-games/glider-1.0.0/Makefile.patch')
-rw-r--r-- | recipes/qpe-games/glider-1.0.0/Makefile.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/qpe-games/glider-1.0.0/Makefile.patch b/recipes/qpe-games/glider-1.0.0/Makefile.patch new file mode 100644 index 0000000000..72a566910f --- /dev/null +++ b/recipes/qpe-games/glider-1.0.0/Makefile.patch @@ -0,0 +1,8 @@ +diff -ur glider_V1.0.0.orig/tools/Makefile glider_V1.0.0/tools/Makefile +--- glider_V1.0.0.orig/tools/Makefile 2004-06-16 20:38:27.000000000 +0200 ++++ glider_V1.0.0/tools/Makefile 2004-06-16 20:38:36.000000000 +0200 +@@ -1,3 +1,3 @@ + bin2c: +- gcc -O2 -Wall -o bin2c bin2c.c ++ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c + |