K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-01T12:26:06.262673Z K 7 svn:log V 425 games/openbubbles: unbreak with libc++ 3.9 BFont.cpp:322:14: error: assigning to 'char *' from incompatible type 'const char *' while ((p=strchr(&text[pos+1],SPACE)) != NULL) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BFont.cpp:362:19: error: assigning to 'char *' from incompatible type 'const char *' p = strstr(&text[pos+1]," "); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout END