Subject: Re: pkg/35492: math/octave-forge tries to use graphics/ImageMagick
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: OBATA Akio <obache@NetBSD.org>
List: pkgsrc-bugs
Date: 01/28/2007 12:55:02
The following reply was made to PR pkg/35492; it has been noted by GNATS.

From: OBATA Akio <obache@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/35492: math/octave-forge tries to use graphics/ImageMagick
Date: Sun, 28 Jan 2007 21:51:43 +0900

 On Fri, 26 Jan 2007 19:50:00 +0000 (UTC), rosenfeld@grumpf.hope-2000.org wrote:
 > >Description:
 > If graphics/ImageMagick is installed, the configure script of
 > math/octave-forge will detect this and try to use it. This will then
 > cause the build to fail because math/octave-forge does not include the
 > graphics/ImageMagick buildlink file.
 
 Dose adding following line to Makfile fix problem?
 CONFIGURE_ENV+=	ac_cv_prog_HAVE_MAGICKXX=no