diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-11-16 09:50:18 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-11-16 09:50:18 +0000 |
commit | 25ad72fce4772b55feaadc14a94b63f38e36f0f9 (patch) | |
tree | 2d8ca812d43badcc960bfe16f224c24d34d635b0 /sci-libs/vtk/vtk-5.6.1.ebuild | |
parent | Corrected Slotting of media-libs/tiff and media-libs/libpng (diff) | |
download | gentoo-2-25ad72fce4772b55feaadc14a94b63f38e36f0f9.tar.gz gentoo-2-25ad72fce4772b55feaadc14a94b63f38e36f0f9.tar.bz2 gentoo-2-25ad72fce4772b55feaadc14a94b63f38e36f0f9.zip |
Add debian patch for building against libav-0.8, #380681
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
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 656c28ac5406..af6ff2a8bafb 100644 --- a/sci-libs/vtk/vtk-5.6.1.ebuild +++ b/sci-libs/vtk/vtk-5.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.1.ebuild,v 1.5 2011/09/13 12:51:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.1.ebuild,v 1.6 2011/11/16 09:50:18 jlec Exp $ EAPI="3" @@ -84,7 +84,8 @@ src_prepare() { "${FILESDIR}"/${PN}-5.6.0-odbc.patch \ "${FILESDIR}"/${P}-ffmpeg.patch \ "${FILESDIR}"/${P}-gcc-46.patch \ - "${FILESDIR}"/${P}-libpng15.patch + "${FILESDIR}"/${P}-libpng15.patch \ + "${FILESDIR}"/${P}-libav-0.8.patch # Fix sure buffer overflow on some processors as reported by Flameyes in #338819 sed -e "s:CHIPNAME_STRING_LENGTH (48 + 1):CHIPNAME_STRING_LENGTH (79 + 1):" \ |