# HG changeset patch # User Rich Burridge # Date 1320845835 28800 # Node ID 565d8fefef39134589fbdfeecb94b1a103239d2a # Parent 7f34894b01afd3841f771b83b3b9a71ae542660b 7087597 imagemagick utilities are built 32-bit with 64-bit library paths diff -r 7f34894b01af -r 565d8fefef39 components/imagemagick/Makefile --- a/components/imagemagick/Makefile Tue Nov 08 22:28:14 2011 -0800 +++ b/components/imagemagick/Makefile Wed Nov 09 05:37:15 2011 -0800 @@ -74,6 +74,7 @@ CONFIGURE_OPTIONS+= --enable-shared=yes CONFIGURE_OPTIONS+= --enable-static=no CONFIGURE_OPTIONS+= --without-gvc +CONFIGURE_OPTIONS+= --x-libraries=$(CONFIGURE_LIBDIR.$(BITS)) CONFIGURE_OPTIONS.32+= --with-perl=$(PERL) CONFIGURE_OPTIONS.32+= --with-perl-options="INSTALLDIRS=vendor" CONFIGURE_OPTIONS.64+= --without-perl