Am 28.10.2012 02:43, schrieb Rhialto:
To compile Pan on NetBSD, I have to apply the patch below. The signature
of the iconv() function apparently differs between NetBSD and Linux.
Thanks a lot, Olaf. i will use that patch.
cheers, heinrich
___
Pan-
To compile Pan on NetBSD, I have to apply the patch below. The signature
of the iconv() function apparently differs between NetBSD and Linux.
The 2nd argument needs to be a (const char **) on NetBSD, which it
already is without the cast that is in the source. With the cast, gcc
complains and termi