summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-08 19:51:58 +0200
committerMichael Orlitzky <mjo@gentoo.org>2016-09-11 12:37:02 -0400
commit5e818c8d57af5322c6f5b90a3b5d617242146c45 (patch)
treeeac375406f6f04212f69a47354d995db787f8a33 /dev-php/pecl-imagick
parentdev-php:PEAR-Spreadsheet_Excel_Writer: remove unused patch (diff)
downloadgentoo-5e818c8d57af5322c6f5b90a3b5d617242146c45.tar.gz
gentoo-5e818c8d57af5322c6f5b90a3b5d617242146c45.tar.bz2
gentoo-5e818c8d57af5322c6f5b90a3b5d617242146c45.zip
dev-php/pecl-imagick: remove unused patch
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php/pecl-imagick')
-rw-r--r--dev-php/pecl-imagick/files/remove-header-check.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-php/pecl-imagick/files/remove-header-check.patch b/dev-php/pecl-imagick/files/remove-header-check.patch
deleted file mode 100644
index 94fbf472d1fb..000000000000
--- a/dev-php/pecl-imagick/files/remove-header-check.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- config.m4 2012-05-30 22:21:12.000000000 +0200
-+++ config.m4 2013-04-17 11:47:27.753015522 +0200
-@@ -50,13 +50,6 @@
- AC_MSG_ERROR(Cannot locate header file magick-wand.h)
- fi
- else
-- AC_MSG_CHECKING(for MagickWand.h header file)
--
-- if test -r $WAND_DIR/include/ImageMagick/wand/MagickWand.h; then
-- AC_MSG_RESULT(found in $WAND_DIR/include/ImageMagick/wand/MagickWand.h)
-- else
-- AC_MSG_ERROR(Cannot locate header file MagickWand.h)
-- fi
- AC_DEFINE(IMAGICK_USE_NEW_HEADER,1,[ ])
- PHP_IMAGICK_USE_NEW_HEADER=1
- fi