freebsd-ports/graphics/inventor
Jan Beich 7e0ecaf6d2 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
2017-02-01 20:21:10 +00:00
..
files graphics/inventor: unbreak with libc++ 3.9 2017-02-01 20:21:10 +00:00
distinfo
Makefile
pkg-descr - Fix trailing whitespace in pkg-descrs, categories [g-n]* 2016-05-19 10:44:11 +00:00
pkg-plist