1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/irc/quirc
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
..
files irc/quirc: unbreak with libc++ 3.9 2017-02-01 12:29:56 +00:00
distinfo
Makefile - Update MASTER_SITES 2015-12-22 14:52:30 +00:00
pkg-descr - Update MASTER_SITES 2015-12-22 14:52:30 +00:00
pkg-plist - Update MASTER_SITES 2015-12-22 14:52:30 +00:00