FreeBSD Bugzilla – Attachment 71664 Details for
Bug 104323
[patch] math/vtk-python build failure with python2.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.10 KB, created by
fmysh
on 2006-10-12 07:20:22 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
fmysh
Created:
2006-10-12 07:20:22 UTC
Size:
1.10 KB
patch
obsolete
>diff -urN --exclude CVS vtk-python.orig/Makefile vtk-python/Makefile >--- vtk-python.orig/Makefile Thu Oct 12 04:24:23 2006 >+++ vtk-python/Makefile Thu Oct 12 04:24:09 2006 >@@ -42,6 +42,7 @@ > .include "${MASTERDIR}/Makefile" > > post-patch: patch-common >+ @${PATCH} ${PATCH_ARGS} < ${.CURDIR}/files/extra-patch-Common-vtkPythonUtil.cxx > > do-install: install-cnotice install-binaries install-libs > @${ECHO_MSG} "Installing vtk site package to ${PREFIX}/lib/vtk/python ..." >diff -urN --exclude CVS vtk-python.orig/files/extra-patch-Common-vtkPythonUtil.cxx vtk-python/files/extra-patch-Common-vtkPythonUtil.cxx >--- vtk-python.orig/files/extra-patch-Common-vtkPythonUtil.cxx Thu Jan 1 09:00:00 1970 >+++ vtk-python/files/extra-patch-Common-vtkPythonUtil.cxx Thu Oct 12 04:24:09 2006 >@@ -0,0 +1,11 @@ >+--- Common/vtkPythonUtil.cxx.orig Thu Oct 12 03:11:22 2006 >++++ Common/vtkPythonUtil.cxx Thu Oct 12 03:11:33 2006 >+@@ -731,7 +731,7 @@ >+ } >+ if (strcmp(name, "__doc__") == 0) >+ { >+- char *doc = t->tp_doc; >++ const char *doc = t->tp_doc; >+ if (doc != NULL) >+ { >+ return PyString_FromString(doc);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 104323
: 71664