K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-01T12:28:19.546466Z K 7 svn:log V 413 mail/mmr: unbreak with libc++ 3.9 mime.cpp:895:12: error: assigning to 'char *' from incompatible type 'const char *' if ( (ptr=strrchr(file, '/')) != NULL ) ^~~~~~~~~~~~~~~~~~~ mimetype.cpp:176:18: error: assigning to 'char *' from incompatible type 'const char *' if ( (extension=strrchr(filename, '.')) == NULL ) ^~~~~~~~~~~~~~~~~~~~~~ END