diff options
author | François Bissey <francois.bissey@canterbury.ac.nz> | 2011-01-29 22:42:34 +1300 |
---|---|---|
committer | François Bissey <francois.bissey@canterbury.ac.nz> | 2011-01-29 22:42:34 +1300 |
commit | cc4022c730fb14598918cd17097c49254025056b (patch) | |
tree | 899e9f3a6b9e7d0b2502c522e20b97c75f1639ef /sci-libs/vtk/vtk-5.6.1.ebuild | |
parent | [sci-chemistry/votca-csg] added doxygen docu (diff) | |
download | sci-cc4022c730fb14598918cd17097c49254025056b.tar.gz sci-cc4022c730fb14598918cd17097c49254025056b.tar.bz2 sci-cc4022c730fb14598918cd17097c49254025056b.zip |
housekeeping in vtk
Diffstat (limited to 'sci-libs/vtk/vtk-5.6.1.ebuild')
-rw-r--r-- | sci-libs/vtk/vtk-5.6.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/vtk/vtk-5.6.1.ebuild b/sci-libs/vtk/vtk-5.6.1.ebuild index 11c99272a..4cd5ba2b3 100644 --- a/sci-libs/vtk/vtk-5.6.1.ebuild +++ b/sci-libs/vtk/vtk-5.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -72,7 +72,6 @@ pkg_setup() { java-pkg-opt-2_pkg_setup use python && python_set_active_version 2 - use qt4 && qt4_pkg_setup append-cppflags -D__STDC_CONSTANT_MACROS } @@ -92,6 +91,8 @@ src_prepare() { || die "Failed to fix tcl pkgIndex file" # Remove FindPythonLibs.cmake to use the patched one from cmake rm CMake/FindPythonLibs.cmake + # Also remove it from the list of files to install + sed -i "/FindPythonLibs.cmake/d" CMakeLists.txt } src_configure() { |