summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-visualization/paraview/files/paraview-2.4.4-python-wrap.patch')
-rw-r--r--sci-visualization/paraview/files/paraview-2.4.4-python-wrap.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-visualization/paraview/files/paraview-2.4.4-python-wrap.patch b/sci-visualization/paraview/files/paraview-2.4.4-python-wrap.patch
deleted file mode 100644
index 3a59da5398d8..000000000000
--- a/sci-visualization/paraview/files/paraview-2.4.4-python-wrap.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur paraview-2.4.4/Servers/Common/CMakeLists.txt paraview-2.4.4-new/Servers/Common/CMakeLists.txt
---- paraview-2.4.4/Servers/Common/CMakeLists.txt 2005-10-19 13:54:17.000000000 -0400
-+++ paraview-2.4.4-new/Servers/Common/CMakeLists.txt 2006-11-27 22:19:44.000000000 -0500
-@@ -131,6 +131,7 @@
- ADD_LIBRARY(vtkPVServerCommonPython ${ServerCommonPython_SRCS})
- TARGET_LINK_LIBRARIES (vtkPVServerCommonPython
- vtkPVServerCommon vtkCommonPython)
-+ INSTALL_TARGETS(${PV_INSTALL_LIB_DIR} vtkPVServerCommonPython)
- ENDIF (PARAVIEW_WRAP_PYTHON)
-
- IF(NOT PV_INSTALL_NO_LIBRARIES)
-diff -Naur paraview-2.4.4/Servers/ServerManager/CMakeLists.txt paraview-2.4.4-new/Servers/ServerManager/CMakeLists.txt
---- paraview-2.4.4/Servers/ServerManager/CMakeLists.txt 2006-03-02 17:03:15.000000000 -0500
-+++ paraview-2.4.4-new/Servers/ServerManager/CMakeLists.txt 2006-11-27 22:22:40.000000000 -0500
-@@ -236,6 +236,7 @@
- ADD_LIBRARY(vtkPVServerManagerPython ${ServerManagerPython_SRCS})
- TARGET_LINK_LIBRARIES (vtkPVServerManagerPython
- vtkPVServerCommonPython vtkPVServerManager vtkCommonPython)
-+ INSTALL_TARGETS(${PV_INSTALL_LIB_DIR} vtkPVServerManagerPython)
- ENDIF (PARAVIEW_WRAP_PYTHON)
-
- SET(CFG_INIT "/${CMAKE_CFG_INTDIR}")