K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-01T20:21:10.671084Z K 7 svn:log V 780 graphics/inventor: unbreak with libc++ 3.9 ./SoInput.c++:2813:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *firstPlus = strchr(n, '+'); ^ ~~~~~~~~~~~~~~ SoInteractionKit.c++:857:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *dotPtr = strchr( partName.getString(), '.' ); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SoInteractionKit.c++:858:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *brackPtr = strchr( partName.getString(), '[' ); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout END