diff options
author | Alexis Ballier <aballier@gentoo.org> | 2006-10-17 18:35:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2006-10-17 18:35:30 +0000 |
commit | ca04b6744627ec6e3e775221ffe1c520a62ba259 (patch) | |
tree | f86f61ad283d00e48936c52e004f16ff5674025d /media-tv/xawtv/xawtv-3.95-r1.ebuild | |
parent | Add patch to respect user-defined CFLAGS. (diff) | |
download | historical-ca04b6744627ec6e3e775221ffe1c520a62ba259.tar.gz historical-ca04b6744627ec6e3e775221ffe1c520a62ba259.tar.bz2 historical-ca04b6744627ec6e3e775221ffe1c520a62ba259.zip |
Adding a patch to compile against >=media-libs/libquicktime-0.9.9, bug #141429
Package-Manager: portage-2.1.2_pre3-r3
Diffstat (limited to 'media-tv/xawtv/xawtv-3.95-r1.ebuild')
-rw-r--r-- | media-tv/xawtv/xawtv-3.95-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-tv/xawtv/xawtv-3.95-r1.ebuild b/media-tv/xawtv/xawtv-3.95-r1.ebuild index e85f02f8150c..81a5a17b747e 100644 --- a/media-tv/xawtv/xawtv-3.95-r1.ebuild +++ b/media-tv/xawtv/xawtv-3.95-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.95-r1.ebuild,v 1.17 2006/10/14 20:20:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.95-r1.ebuild,v 1.18 2006/10/17 18:35:30 aballier Exp $ inherit eutils font autotools flag-o-matic @@ -74,6 +74,7 @@ src_unpack() { cd "${S}" EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" + epatch "${FILESDIR}/${P}-libquicktime-compat.patch" eautoreconf } |