Subject: Re: .../security/gnupg not building?
To: Gert Doering <gert@greenie.muc.de>
From: Martin Husemann <martin@duskware.de>
List: tech-pkg
Date: 02/17/2005 15:31:56
On Fri, Feb 11, 2005 at 10:37:21AM +0100, Gert Doering wrote:
> NetBSD 2.0.1 (at least on Sparc64) also needs this.

I don't understand - the need for non-system iconv is not arch dependend.
I just did build gnupg on NetBSD/sparc64 2.0.1 and -current from -current
pkgsrc. Both worked fine, and configure args were:

# make -VCONFIGURE_ARGS
--with-static-rnd=auto --with-mailprog=/usr/sbin/sendmail --disable-ldap --host=${MACHINE_GNU_PLATFORM} --prefix=${GNU_CONFIGURE_PREFIX} --infodir=${PREFIX}/${INFO_DIR} --without-libiconv-prefix --without-libiconv-prefix --with-libintl-prefix="${BUILDLINK_PREFIX.gettext}"

i.e. the only iconv-related arg was --without-libiconv-prefix.

Martin