|
From: Marcin C. <sa...@sa...> - 2015-07-08 22:08:46
|
On Wed, 8 Jul 2015, Douglas Carmichael wrote: > To whom it may concern: > > I have finally patched the two problem source files in dtmail to enable CDE to successfully compile with the libiconv port on FreeBSD 10. > (While libiconv replaces the system iconv, it is needed for glib which is used by many other FreeBSD ports.) You might need to check for __FreeBSD_version >= 1100069 https://svnweb.freebsd.org/base/head/sys/sys/param.h?r1=281172&r2=281550 __FreeBSD_version >= 1001514 && <= 1100000 https://svnweb.freebsd.org/base/stable/10/sys/sys/param.h?r1=281955&r2=282275 > Should this patch be committed as-is, or do you see any problems with it? it's application/octet-stream ~Marcin |