php-imagick: broken on cross
This commit is contained in:
parent
2227ed5ce7
commit
f42947fd31
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue