mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
|
checksum=8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077
|
||||||
wrksrc="imagick-$version"
|
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() {
|
pre_configure() {
|
||||||
phpize
|
phpize
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue