[cdesktopenv-devel] [PATCH] Fix FreeBSD 10.2 build

2015-10-21 Thread Ulrich Wilkens
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

Re: [cdesktopenv-devel] [PATCH] Fix FreeBSD 10.2 build

2015-10-21 Thread Jon Trulson
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