freebsd-ports/irc/quirc/files
Jan Beich 6e4b3d2141 irc/quirc: unbreak with libc++ 3.9
servertcl.cc:890:12: error: assigning to 'char *' from incompatible type 'const char *'
        while((pos=strstr(afterslash,"/"))) afterslash=pos+1;;
                  ^~~~~~~~~~~~~~~~~~~~~~~
servertcl.cc:1010:12: error: assigning to 'char *' from incompatible type 'const char *'
        while((pos=strstr(afterslash,"/"))) afterslash=pos+1;;
                  ^~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:29:56 +00:00
..
patch-channel.cc
patch-configure
patch-data_Makefile.in
patch-format.cc
patch-hash.cc
patch-Makefile.in
patch-servertcl.cc
patch-tcl.cc
patch-tcltk.cc
patch-window.cc