Index: head/graphics/opencv/files/patch-modules_python_src2_cv2.cpp =================================================================== --- head/graphics/opencv/files/patch-modules_python_src2_cv2.cpp (nonexistent) +++ head/graphics/opencv/files/patch-modules_python_src2_cv2.cpp (revision 520008) @@ -0,0 +1,11 @@ +--- modules/python/src2/cv2.cpp.orig 2018-02-23 08:38:33 UTC ++++ modules/python/src2/cv2.cpp +@@ -886,7 +886,7 @@ bool pyopencv_to(PyObject* obj, String& value, const c + (void)name; + if(!obj || obj == Py_None) + return true; +- char* str = PyString_AsString(obj); ++ const char* str = PyString_AsString(obj); + if(!str) + return false; + value = String(str); Property changes on: head/graphics/opencv/files/patch-modules_python_src2_cv2.cpp ___________________________________________________________________ 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