src/shaders/basictex.cc:262:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *ext = strrchr(filename, '.'); ^ ~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout