Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/vtk/files: vtk-5.2.0-tcl-install.patch
Date: Sun, 05 Oct 2008 16:42:05
Message-Id: E1KmWgF-0003i1-85@stork.gentoo.org
1 markusle 08/10/05 16:42:03
2
3 Added: vtk-5.2.0-tcl-install.patch
4 Log:
5 Fixed improper install location of support files (see bug #239553).
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
7
8 Revision Changes Path
9 1.1 sci-libs/vtk/files/vtk-5.2.0-tcl-install.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/files/vtk-5.2.0-tcl-install.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/files/vtk-5.2.0-tcl-install.patch?rev=1.1&content-type=text/plain
13
14 Index: vtk-5.2.0-tcl-install.patch
15 ===================================================================
16 diff -Naur VTK/CMakeLists.txt VTK.new/CMakeLists.txt
17 --- VTK/CMakeLists.txt 2008-05-13 17:50:09.000000000 -0400
18 +++ VTK.new/CMakeLists.txt 2008-10-05 10:34:42.000000000 -0400
19 @@ -182,7 +182,7 @@
20 # Compute the proper location for installing the Tcl package. This
21 # must be a fixed relative path below the library install location and
22 # is therefore not settable by parent projects.
23 -SET(VTK_INSTALL_TCL_DIR ${VTK_INSTALL_LIB_DIR})
24 +SET(VTK_INSTALL_TCL_DIR ${VTK_INSTALL_PACKAGE_DIR})
25
26 IF(NOT VTK_INSTALL_JAVA_DIR)
27 SET(VTK_INSTALL_JAVA_DIR ${VTK_INSTALL_PACKAGE_DIR}/java)