diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
commit | b70981b68efcce5256eb11c6cd26ae123b10b6ea (patch) | |
tree | a38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/php-fileinfo/magic.patch | |
parent | 2b4df81538b8398442d5296650905c70341dd8d3 (diff) | |
download | aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2 aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz |
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/php-fileinfo/magic.patch')
-rw-r--r-- | extra/php-fileinfo/magic.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/php-fileinfo/magic.patch b/extra/php-fileinfo/magic.patch deleted file mode 100644 index 7f939e8b88..0000000000 --- a/extra/php-fileinfo/magic.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/config.m4 2006-11-07 22:31:19.000000000 +0100 -+++ b/config.m4 2009-04-19 20:23:37.923512186 +0200 -@@ -47,8 +47,8 @@ - -L$FILEINFO_DIR/lib - ]) - -- MAGIC_MIME_DIRS="/usr/local/share/file /usr/share/file /usr/share/misc/file /etc /usr/share/misc" -- MAGIC_MIME_FILENAMES="magic magic.mime" -+ MAGIC_MIME_DIRS="/usr/share/misc/file" -+ MAGIC_MIME_FILENAMES="magic.mgc" - - for i in $MAGIC_MIME_DIRS; do - for j in $MAGIC_MIME_FILENAMES; do |