diff options
Diffstat (limited to 'math/vtk-python/Makefile')
-rw-r--r-- | math/vtk-python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/vtk-python/Makefile b/math/vtk-python/Makefile index e08e7c04b1c3..0785d527de95 100644 --- a/math/vtk-python/Makefile +++ b/math/vtk-python/Makefile @@ -39,6 +39,7 @@ CMAKE_DEFS= -DVTK_WRAP_PYTHON:BOOL=ON \ -DEXPAT_INCLUDE_DIR:PATH=${LOCALBASE}/include \ -DCMAKE_BACKWARDS_COMPATIBILITY:STRING=2.2 +EXTRA_PATCHES+= ${.CURDIR}/files/extra-patch-Common-vtkPythonUtil.cxx PLIST_SUB+= VTK_PTH_LOCATION_DIR=${PYTHON_SITELIBDIR} .include "${MASTERDIR}/Makefile" |