summaryrefslogtreecommitdiff
path: root/packages/qpe-games/mahjongg-1.0.0/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qpe-games/mahjongg-1.0.0/Makefile.patch')
-rw-r--r--packages/qpe-games/mahjongg-1.0.0/Makefile.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/qpe-games/mahjongg-1.0.0/Makefile.patch b/packages/qpe-games/mahjongg-1.0.0/Makefile.patch
deleted file mode 100644
index 3ae1ff9f98..0000000000
--- a/packages/qpe-games/mahjongg-1.0.0/Makefile.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-