From f6b60f25fa9e20e18c3d7648e63f54123a411908 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 10 Jan 2013 16:18:00 +0000 Subject: 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) --- sci-libs/vtk/ChangeLog | 7 +++++-- sci-libs/vtk/vtk-5.10.1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'sci-libs/vtk') 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 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() { -- cgit v1.2.3-65-gdbad