diff options
author | 2009-01-12 13:23:01 +0000 | |
---|---|---|
committer | 2009-01-12 13:23:01 +0000 | |
commit | 3186c952c7661711bd45bfc072bf162142cc7f04 (patch) | |
tree | 4c72e32fcb84105905692114e70f4bb5ea16a386 /media-video/vdr/vdr-1.4.7-r12.ebuild | |
parent | Sparc stable, Bug #254073. (diff) | |
download | historical-3186c952c7661711bd45bfc072bf162142cc7f04.tar.gz historical-3186c952c7661711bd45bfc072bf162142cc7f04.tar.bz2 historical-3186c952c7661711bd45bfc072bf162142cc7f04.zip |
Do not abort compilation wwhen detecting dvb api 5 (headers installed by linux-headers-2.6.28) as that is backward compatible to api version 3, Bug #254269
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27-gentoo-r1 i686
Diffstat (limited to 'media-video/vdr/vdr-1.4.7-r12.ebuild')
-rw-r--r-- | media-video/vdr/vdr-1.4.7-r12.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/vdr/vdr-1.4.7-r12.ebuild b/media-video/vdr/vdr-1.4.7-r12.ebuild index 847c36d825fb..02d0c7d91aef 100644 --- a/media-video/vdr/vdr-1.4.7-r12.ebuild +++ b/media-video/vdr/vdr-1.4.7-r12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.7-r12.ebuild,v 1.3 2008/11/11 12:25:46 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.7-r12.ebuild,v 1.4 2009/01/12 13:23:01 zzam Exp $ inherit eutils flag-o-matic multilib @@ -165,6 +165,7 @@ src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/vdr-dvb-api-5-is-fine.diff ebegin "Changing pathes for gentoo" |