ImageMagick: disable PerlMagick until bug is fixed

See http://build.voidlinux.eu/builders/x86_64_builder/builds/21467/steps/shell_3/logs/stdio
This commit is contained in:
Jürgen Buchmüller 2016-03-06 16:36:19 +01:00
parent 20aff04826
commit 436e7cc9fb

View file

@ -28,12 +28,15 @@ makedepends="libjpeg-turbo-devel libpng-devel tiff-devel
libwmf-devel fftw-devel djvulibre-devel liblzma-devel libgomp-devel
librsvg-devel ghostscript-devel ocl-icd-devel"
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
if [ -z "$CROSS_BUILD" ]; then
# XXX native perl uses XBPS_TARGET_CFLAGS (-mtune=generic)
configure_args+=" --with-perl --with-perl-options=INSTALLDIRS=vendor"
hostmakedepends+=" perl"
subpackages+=" libmagick-perl"
fi
# Currently broken.
# See: http://build.voidlinux.eu/builders/x86_64_builder/builds/21467/steps/shell_3/logs/stdio
#if [ -z "$CROSS_BUILD" ]; then
# # XXX native perl uses XBPS_TARGET_CFLAGS (-mtune=generic)
# configure_args+=" --with-perl --with-perl-options=INSTALLDIRS=vendor"
# hostmakedepends+=" perl"
# subpackages+=" libmagick-perl"
#fi
pre_configure() {
autoreconf -if