aboutsummaryrefslogtreecommitdiffstats
path: root/main/php-fileinfo/magic.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-02-25 13:34:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-02-25 13:34:04 +0000
commitf39f42f275cbcb4355de69f9402f865e5a08c88e (patch)
tree2a96f493e07367b43c36d3aaef2d9d1163e8bcef /main/php-fileinfo/magic.patch
parentc53e6ba5797f4d414baf2aca86693b572e876868 (diff)
downloadaports-f39f42f275cbcb4355de69f9402f865e5a08c88e.tar.bz2
aports-f39f42f275cbcb4355de69f9402f865e5a08c88e.tar.xz
main/php-fileinfo: removed due to its merged into mainline php
Diffstat (limited to 'main/php-fileinfo/magic.patch')
-rw-r--r--main/php-fileinfo/magic.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/php-fileinfo/magic.patch b/main/php-fileinfo/magic.patch
deleted file mode 100644
index 7f939e8b88..0000000000
--- a/main/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