ImageMagick: revbump to re-enable libmagic-perl

This commit is contained in:
Jürgen Buchmüller 2016-03-07 12:27:23 +01:00
parent 55d2605202
commit 5ff150e4a7
1 changed files with 7 additions and 9 deletions

View File

@ -3,7 +3,7 @@ pkgname=ImageMagick
_majorver=6.9.3
_patchver=6
version=${_majorver}.${_patchver}
revision=2
revision=3
wrksrc=${pkgname}-${_majorver}-${_patchver}
build_style=gnu-configure
configure_args="--without-autotrace --with-wmf=yes
@ -29,14 +29,12 @@ makedepends="libjpeg-turbo-devel libpng-devel tiff-devel
librsvg-devel ghostscript-devel ocl-icd-devel"
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
# 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
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