diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-31 19:50:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-31 19:50:02 +0100 |
commit | 67ceb4475d54d648708831ec1331877a7b7d036f (patch) | |
tree | d8c185c7fa72f4f658ad8d45aa6e5e903851f3d5 /package/file/patches/patch-magic_Magdir_macintosh | |
parent | 53b2ff052e3a164154d4ee17f189b213e4600ecb (diff) |
fix cross-compile.
compile host file statically, so that it uses the correct
libmagic while generating the magic file.
Diffstat (limited to 'package/file/patches/patch-magic_Magdir_macintosh')
-rw-r--r-- | package/file/patches/patch-magic_Magdir_macintosh | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/file/patches/patch-magic_Magdir_macintosh b/package/file/patches/patch-magic_Magdir_macintosh deleted file mode 100644 index 9333a1643..000000000 --- a/package/file/patches/patch-magic_Magdir_macintosh +++ /dev/null @@ -1,27 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- file-5.03.orig/magic/Magdir/macintosh 2008-10-20 19:20:23.000000000 +0200 -+++ file-5.03/magic/Magdir/macintosh 2009-05-31 04:08:05.000000000 +0200 -@@ -8,23 +8,6 @@ - !:mime application/mac-binhex40 - >41 string x \b, version %.3s - --# Stuffit archives are the de facto standard of compression for Macintosh --# files obtained from most archives. (franklsm@tuns.ca) --0 string SIT! StuffIt Archive (data) --!:mime application/x-stuffit --!:apple SIT!SIT! -->2 string x : %s --0 string SITD StuffIt Deluxe (data) -->2 string x : %s --0 string Seg StuffIt Deluxe Segment (data) -->2 string x : %s -- --# Newer StuffIt archives (grant@netbsd.org) --0 string StuffIt StuffIt Archive --!:mime application/x-stuffit --!:apple SIT!SIT! --#>162 string >0 : %s -- - # Macintosh Applications and Installation binaries (franklsm@tuns.ca) - # GRR: Too weak - #0 string APPL Macintosh Application (data) |