summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-07-24 18:25:18 +0000
committerJustin Lecher <jlec@gentoo.org>2010-07-24 18:25:18 +0000
commitdbd39387ffb4968b24ef7fd14a7bf85b65a294b1 (patch)
treef45d75e1f87a7a0e3e88cf2213afe1e54b24561a
parentFixed QA warning: Quoted "${A}" on line: 30 (diff)
downloadgentoo-2-dbd39387ffb4968b24ef7fd14a7bf85b65a294b1.tar.gz
gentoo-2-dbd39387ffb4968b24ef7fd14a7bf85b65a294b1.tar.bz2
gentoo-2-dbd39387ffb4968b24ef7fd14a7bf85b65a294b1.zip
Fix for compilation with USE=ffmpeg, #327517
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--sci-libs/vtk/ChangeLog5
-rw-r--r--sci-libs/vtk/vtk-5.6.0-r2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog
index ffe1e0e957f1..f319469a5888 100644
--- a/sci-libs/vtk/ChangeLog
+++ b/sci-libs/vtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.77 2010/07/11 15:03:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.78 2010/07/24 18:25:18 jlec Exp $
+
+ 24 Jul 2010; Justin Lecher <jlec@gentoo.org> vtk-5.6.0-r2.ebuild:
+ Fix for compilation with USE=ffmpeg, #327517
11 Jul 2010; Justin Lecher <jlec@gentoo.org> vtk-5.6.0-r2.ebuild,
+files/vtk-5.6.0-odbc.patch:
diff --git a/sci-libs/vtk/vtk-5.6.0-r2.ebuild b/sci-libs/vtk/vtk-5.6.0-r2.ebuild
index 8da62a026137..724e60478199 100644
--- a/sci-libs/vtk/vtk-5.6.0-r2.ebuild
+++ b/sci-libs/vtk/vtk-5.6.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.0-r2.ebuild,v 1.4 2010/07/11 15:03:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.0-r2.ebuild,v 1.5 2010/07/24 18:25:18 jlec Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@@ -73,6 +73,7 @@ pkg_setup() {
use python && python_set_active_version 2
use qt4 && qt4_pkg_setup
+ append-cppflags -D__STDC_CONSTANT_MACROS
}
src_prepare() {