aboutsummaryrefslogtreecommitdiffstats
path: root/extra/php-fileinfo/magic.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
commitb70981b68efcce5256eb11c6cd26ae123b10b6ea (patch)
treea38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/php-fileinfo/magic.patch
parent2b4df81538b8398442d5296650905c70341dd8d3 (diff)
downloadaports-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.patch13
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