Subject: Re: CVS commit: pkgsrc/devel/glib2
To: None <dmcmahill@NetBSD.org>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: pkgsrc-changes
Date: 10/30/2003 23:55:50
From: Dan McMahill <dmcmahill@NetBSD.org>
Date: Thu, 30 Oct 2003 10:27:52 +0000 (UTC)
> Log Message:
> add --with-libiconv=yes to CONFIGURE_ARGS. This makes sure that the
> USE_GNU_ICONV is correctly set on systems which need the pkgsrc libiconv.
But I think breaks systems that don't need the pkgsrc libiconv.
checking for libiconv_open in -liconv... no
configure: error: *** No iconv() implementation found in C library or libiconv
*** Error code 1
Need to wrap the line with a '.if ${_NEED_ICONV} == "YES"' except that thats
not a 'public' variable.
cheers
mark