1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/mail/bincimap/files
Jan Beich 9a585dc44e mail/bincimap: unbreak with libc++ 3.9
In file included from address.cc:39:
./convert.h:117:14: error: assigning to 'char *' from incompatible type 'const char *'
      if ((t = strchr(hexchars, c)) == 0)
             ^ ~~~~~~~~~~~~~~~~~~~
./convert.h:122:14: error: assigning to 'char *' from incompatible type 'const char *'
      if ((t = strchr(hexchars, d)) == 0)
             ^ ~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:29:47 +00:00
..
bincimapd.in
patch-Makefile.in
patch-src_convert.h mail/bincimap: unbreak with libc++ 3.9 2017-02-01 12:29:47 +00:00
patch-src_tools.cc