diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-02 19:56:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-02 19:56:06 +0100 |
commit | 3fa01fadbe913a5aeef7a1da49974ff0649c3fd7 (patch) | |
tree | 4a494deda4bf7f1e59abe87cc7ce70e78a0eed18 /package/file/patches | |
parent | 58ed19a421ed9d0d38a432ee78fde9277165a6ab (diff) |
add missing patches from previous commit
Diffstat (limited to 'package/file/patches')
-rw-r--r-- | package/file/patches/patch-magic_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/file/patches/patch-magic_Makefile_in b/package/file/patches/patch-magic_Makefile_in new file mode 100644 index 000000000..1a8b3a66c --- /dev/null +++ b/package/file/patches/patch-magic_Makefile_in @@ -0,0 +1,11 @@ +--- file-5.11.orig/magic/Makefile.in 2012-02-21 20:17:03.000000000 +0100 ++++ file-5.11/magic/Makefile.in 2012-03-02 17:23:17.000000000 +0100 +@@ -450,7 +450,7 @@ CLEANFILES = ${MAGIC} $(MAGIC_FRAGMENT_D + + # FIXME: Build file natively as well so that it can be used to compile + # the target's magic file; for now we bail if the local version does not match +-@IS_CROSS_COMPILE_TRUE@FILE_COMPILE = file ++@IS_CROSS_COMPILE_TRUE@FILE_COMPILE = ./file + @IS_CROSS_COMPILE_FALSE@FILE_COMPILE_DEP = $(FILE_COMPILE) + @IS_CROSS_COMPILE_TRUE@FILE_COMPILE_DEP = + all: all-am |