diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-01 22:29:07 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-01 22:29:07 -0400 |
commit | 012b4982bbcafa4b8577194e75aee877578570b7 (patch) | |
tree | 8480f1f2bc019102692d5c46e879a19608079ca5 /dev-php/libvirt-php/files | |
parent | php-pear-lib-r1.eclass: Remove deprecated eclass (diff) | |
download | gentoo-012b4982bbcafa4b8577194e75aee877578570b7.tar.gz gentoo-012b4982bbcafa4b8577194e75aee877578570b7.tar.bz2 gentoo-012b4982bbcafa4b8577194e75aee877578570b7.zip |
dev-php/libvirt-php: Version bump to 0.5.3
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-php/libvirt-php/files')
-rw-r--r-- | dev-php/libvirt-php/files/remove-imagick-check.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-php/libvirt-php/files/remove-imagick-check.patch b/dev-php/libvirt-php/files/remove-imagick-check.patch new file mode 100644 index 000000000000..92c0e39cd260 --- /dev/null +++ b/dev-php/libvirt-php/files/remove-imagick-check.patch @@ -0,0 +1,12 @@ +diff -aurN a/configure.ac b/configure.ac +--- a/configure.ac 2017-05-11 05:28:41.000000000 -0400 ++++ b/configure.ac 2017-07-01 21:46:17.636849810 -0400 +@@ -172,8 +172,6 @@ + LIBVIRT_CHECK_PHP_EXTENSIONDIR + LIBVIRT_CHECK_PHP_CONFDIR + +-LIBVIRT_CHECK_PHP_EXTENSION([imagick]) +- + OS=`uname` + if test "$OS" = "Darwin"; then + WL=-Wl, |