]> git.pld-linux.org Git - packages/ParaView.git/blobdiff - ParaView-kwprocessxml_rpath.patch
- started update to 5.5.0
[packages/ParaView.git] / ParaView-kwprocessxml_rpath.patch
diff --git a/ParaView-kwprocessxml_rpath.patch b/ParaView-kwprocessxml_rpath.patch
deleted file mode 100644 (file)
index f71ead9..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: This patch forces building of kwProcessXML as shared forwarded 
- executable in our case (even is CMAKE_SKIP_RPATH is OFF in debian)
-Author: Mathieu Malaterre <mathieu.malaterre@gmail.com>
-Bug-Debian: http://bugs.debian.org/640305
-Last-Update: 2011-09-13
-
---- a/Common/KWCommon/CMakeLists.txt
-+++ b/Common/KWCommon/CMakeLists.txt
-@@ -225,7 +225,7 @@
- IF(KWCOMMON_BUILD_PROCESSXML)
-   # For shared libraries on non-windows systems use the KWSys shared-forward
-   # implementation to make sure shared libraries are found.
--  IF(BUILD_SHARED_LIBS AND CMAKE_SKIP_RPATH)
-+  IF(BUILD_SHARED_LIBS )
-     IF(NOT WIN32)
-       SET(KWCommon_FORWARD_DIR_BUILD ${EXECUTABLE_OUTPUT_PATH})
-       SET(KWCommon_FORWARD_BIN_TO_LIB "..${KWCommon_INSTALL_LIB_DIR}")
-@@ -248,7 +248,7 @@
-           COMPONENT Development)
-       ENDIF(NOT KWCommon_INSTALL_NO_DEVELOPMENT)
-     ENDIF(NOT WIN32)
--  ENDIF(BUILD_SHARED_LIBS AND CMAKE_SKIP_RPATH)
-+  ENDIF(BUILD_SHARED_LIBS )
-   ADD_EXECUTABLE(kwProcessXML${KWCommon_EXE_SUFFIX} ProcessXML.cxx)
-   TARGET_LINK_LIBRARIES(kwProcessXML${KWCommon_EXE_SUFFIX} vtkCommon vtksys)
-
This page took 0.056751 seconds and 4 git commands to generate.