From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/qpe-games/mahjongg-1.0.0/Makefile.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'packages/qpe-games/mahjongg-1.0.0/Makefile.patch') diff --git a/packages/qpe-games/mahjongg-1.0.0/Makefile.patch b/packages/qpe-games/mahjongg-1.0.0/Makefile.patch index e69de29bb2..3ae1ff9f98 100644 --- a/packages/qpe-games/mahjongg-1.0.0/Makefile.patch +++ b/packages/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