php-imagick: broken on cross

This commit is contained in:
Enno Boland 2020-04-18 10:53:50 +02:00 committed by Enno Boland
parent 2227ed5ce7
commit f42947fd31

View file

@ -13,6 +13,10 @@ distfiles="https://pecl.php.net/get/imagick-$version.tgz"
checksum=8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077
wrksrc="imagick-$version"
if [ -n "$CROSS_BUILD" ]; then
broken="checking for MagickWand.h or magick-wand.h header... configure: error: Unable to find MagickWand.h or magick-wand.h header"
fi
pre_configure() {
phpize
}