Date: Thu, 25 May 2006 13:50:17 GMT From: Adi Pircalabu <apircalabu@bitdefender.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/97895: [patch] - graphics/ImageMagick: unbreak by adding dependency on graphics/libsrvg Message-ID: <200605251350.k4PDoH50051161@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/97895; it has been noted by GNATS. From: Adi Pircalabu <apircalabu@bitdefender.com> To: bug-followup@FreeBSD.org, apircalabu@bitdefender.com Cc: Subject: Re: ports/97895: [patch] - graphics/ImageMagick: unbreak by adding dependency on graphics/libsrvg Date: Thu, 25 May 2006 16:46:12 +0300 Taking a look at 97889 submitted by Roland Smith I deactivated svg support by default. For me, the fix for building is this: --- diff starts here --- --- Makefile.orig Wed May 24 17:20:33 2006 +++ Makefile Thu May 25 16:09:35 2006 @@ -33,7 +33,7 @@ USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --enable-shared +CONFIGURE_ARGS= --enable-shared --without-rsvg INSTALLS_SHLIB= yes MAN1= ImageMagick.1 Magick++-config.1 Magick-config.1 Wand-config.1 \ --- diff ends here --- -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605251350.k4PDoH50051161>