1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/mail/mmr
Jan Beich 48c5cf152e 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 )
                        ^~~~~~~~~~~~~~~~~~~~~~
2017-02-01 12:28:19 +00:00
..
files mail/mmr: unbreak with libc++ 3.9 2017-02-01 12:28:19 +00:00
distinfo
Makefile Remove libiconv.so.3 compatibility link that was added in r374303 to 2016-12-08 19:23:24 +00:00
pkg-descr