diff options
Diffstat (limited to 'sci-libs/vtk/files/vtk-5.0.1-python2.5-gentoo.patch')
-rw-r--r-- | sci-libs/vtk/files/vtk-5.0.1-python2.5-gentoo.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/vtk/files/vtk-5.0.1-python2.5-gentoo.patch b/sci-libs/vtk/files/vtk-5.0.1-python2.5-gentoo.patch deleted file mode 100644 index c1abcd7254ad..000000000000 --- a/sci-libs/vtk/files/vtk-5.0.1-python2.5-gentoo.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur VTK/Common/vtkPythonUtil.cxx VTK-new/Common/vtkPythonUtil.cxx ---- VTK/Common/vtkPythonUtil.cxx 2005-08-04 12:19:14.000000000 -0400 -+++ VTK-new/Common/vtkPythonUtil.cxx 2006-09-23 11:16:06.000000000 -0400 -@@ -768,7 +768,7 @@ - } - if (strcmp(name, "__doc__") == 0) - { -- char *doc = t->tp_doc; -+ const char *doc = t->tp_doc; - if (doc != NULL) - { - return PyString_FromString(doc); |