Index: head/graphics/yafray/files/patch-src_shaders_basictex.cc =================================================================== --- head/graphics/yafray/files/patch-src_shaders_basictex.cc (nonexistent) +++ head/graphics/yafray/files/patch-src_shaders_basictex.cc (revision 433099) @@ -0,0 +1,11 @@ +--- src/shaders/basictex.cc.orig 2006-06-10 00:41:26 UTC ++++ src/shaders/basictex.cc +@@ -259,7 +259,7 @@ textureImage_t::textureImage_t(const cha + intp_type = BICUBIC; + + // Load image, try to determine from extensions first +- char *ext = strrchr(filename, '.'); ++ const char *ext = strrchr(filename, '.'); + bool jpg_tried = false; + bool tga_tried = false; + bool hdr_tried = false; Property changes on: head/graphics/yafray/files/patch-src_shaders_basictex.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property