Hello,
this patch fixes build problems on FreeBSD 10.2.
iconv library can now be built on all FreeBSD versions.
Doesn't matter whether iconv expects const char** or
only char**. The code to deal with it already existed
in CDE. It just had to be activated for FreeBSD.
Also fixed is the path to th
On Wed, 21 Oct 2015, Ulrich Wilkens wrote:
> Hello,
> this patch fixes build problems on FreeBSD 10.2.
>
> iconv library can now be built on all FreeBSD versions.
> Doesn't matter whether iconv expects const char** or
> only char**. The code to deal with it already existed
> in CDE. It just had to