mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ImageMagick: revbump to re-enable libmagic-perl
This commit is contained in:
parent
55d2605202
commit
5ff150e4a7
1 changed files with 7 additions and 9 deletions
|
@ -3,7 +3,7 @@ pkgname=ImageMagick
|
||||||
_majorver=6.9.3
|
_majorver=6.9.3
|
||||||
_patchver=6
|
_patchver=6
|
||||||
version=${_majorver}.${_patchver}
|
version=${_majorver}.${_patchver}
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-autotrace --with-wmf=yes
|
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"
|
librsvg-devel ghostscript-devel ocl-icd-devel"
|
||||||
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
|
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
|
||||||
|
|
||||||
# Currently broken.
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
# See: http://build.voidlinux.eu/builders/x86_64_builder/builds/21467/steps/shell_3/logs/stdio
|
# XXX native perl uses XBPS_TARGET_CFLAGS (-mtune=generic)
|
||||||
#if [ -z "$CROSS_BUILD" ]; then
|
configure_args+=" --with-perl --with-perl-options=INSTALLDIRS=vendor"
|
||||||
# # XXX native perl uses XBPS_TARGET_CFLAGS (-mtune=generic)
|
hostmakedepends+=" perl"
|
||||||
# configure_args+=" --with-perl --with-perl-options=INSTALLDIRS=vendor"
|
subpackages+=" libmagick-perl"
|
||||||
# hostmakedepends+=" perl"
|
fi
|
||||||
# subpackages+=" libmagick-perl"
|
|
||||||
#fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
|
|
Loading…
Add table
Reference in a new issue