cvs commit: src/share/mk bsd.port.mk
Joerg Sonnenberger
joerg at britannica.bec.de
Mon May 16 22:26:40 PDT 2005
On Mon, May 16, 2005 at 07:40:02PM +0900, YONETANI Tomokazu wrote:
> That seems a bit harder (even assuming the iconv in libc is compatible
> with GNU libiconv), because all it does is adding dependency on
> converters/libiconv. The following patch overrides the USE_ICONV if
> USE_ICONV_IN_LIBC is also defined. Does it work for you?
It's not that easy, because some ports want to link against -liconv,
which would fail.
> PS. Does anyone know how to convince mutt not to corrupt letters
> with umlauts when it invokes editor?
Set the input character set via LC_CTYPE, e.g. en_US.ISO8859-15.
Joerg
More information about the Commits
mailing list