diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-10 16:18:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-10 16:18:00 +0000 |
commit | f6b60f25fa9e20e18c3d7648e63f54123a411908 (patch) | |
tree | 8df67093a5ac2cb109539029991c8f0ebe55f178 /sci-libs/vtk | |
parent | Revbump for einfo-1.0.1 fixing broken PATH after sourcing functions.sh (diff) | |
download | gentoo-2-f6b60f25fa9e20e18c3d7648e63f54123a411908.tar.gz gentoo-2-f6b60f25fa9e20e18c3d7648e63f54123a411908.tar.bz2 gentoo-2-f6b60f25fa9e20e18c3d7648e63f54123a411908.zip |
sci-libs/vtk: Add compatibility fix for tcl8.6
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.10.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index 4ff7f2e2c916..8cdd2381ac16 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.101 2012/12/13 12:09:46 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.102 2013/01/10 16:18:00 jlec Exp $ + + 10 Jan 2013; Justin Lecher <jlec@gentoo.org> vtk-5.10.1.ebuild: + Add compatibility fix for tcl8.6 *vtk-5.10.1 (13 Dec 2012) diff --git a/sci-libs/vtk/vtk-5.10.1.ebuild b/sci-libs/vtk/vtk-5.10.1.ebuild index 92559af844cd..48303f8ebde7 100644 --- a/sci-libs/vtk/vtk-5.10.1.ebuild +++ b/sci-libs/vtk/vtk-5.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.1 2012/12/13 12:09:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.2 2013/01/10 16:18:00 jlec Exp $ EAPI=3 @@ -88,7 +88,7 @@ pkg_setup() { java-pkg-opt-2_pkg_setup use python && python_set_active_version 2 - append-cppflags -D__STDC_CONSTANT_MACROS + append-cppflags -D__STDC_CONSTANT_MACROS -DUSE_INTERP_ERRORLINE } src_configure() { |