1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +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
distinfo
Makefile
pkg-descr