Subject: Re: [PATCH] Problem with gettext on Debian Linux
To: None <tech-pkg@netbsd.org>
From: Eric Gillespie <epg@pretzelnet.org>
List: tech-pkg
Date: 04/16/2005 23:16:24
"Jeremy C. Reed" <reed@reedmedia.net> writes:

> Here is what I use on my Linux systems. Some of it is unrelated, but see
> the converters/libiconv/builtin.mk below:

None of these gettext changes seem to have anything to do with
iconv; looks like it's just pulling in (newer) wip packages
instead.  As for your libiconv change:

> +.if (${OPSYS} == "Linux") && exists(${_ICONV_H})
> +USE_BUILTIN.iconv!=	\
> +	if ${GREP} -q "This file is part of the GNU C Library" ${_ICONV_H}; the
> n \
> +		${ECHO} "yes";						\
> +	else								\
> +		${ECHO} "no";						\
> +	fi
> +.endif
> +

This looks identical to lines 97 - 104.

--  
Eric Gillespie <*> epg@pretzelnet.org