summaryrefslogtreecommitdiff
path: root/recipes-graphics/unclutter/files/cross-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/unclutter/files/cross-compile.patch')
-rw-r--r--recipes-graphics/unclutter/files/cross-compile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-graphics/unclutter/files/cross-compile.patch b/recipes-graphics/unclutter/files/cross-compile.patch
deleted file mode 100644
index f1277f5..0000000
--- a/recipes-graphics/unclutter/files/cross-compile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Dont hardcode CC. Thus allow to use a cross-compiler
-
-Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
---- unclutter-1.09/Makefile.orig 2007-02-05 23:52:40.000000000 +0100
-+++ unclutter-1.09/Makefile 2013-05-14 19:08:13.612112758 +0200
-@@ -1,7 +1,6 @@
- # Makefile for unclutter. Throw this away and use the Imakefile if you can.
- TOP = .
- CURRENT_DIR = .
-- CC = gcc
- LKED = $(CC)
- INSTALL = install
- MAKE = make