diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-01-05 14:14:50 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-01-05 14:14:50 +0000 |
commit | abf8591266cbc222283d5bf820f316fc021bccdb (patch) | |
tree | ab00adbfceef822cf6629657d45524120984a352 /media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild | |
parent | remove unecessary patches (diff) | |
download | historical-abf8591266cbc222283d5bf820f316fc021bccdb.tar.gz historical-abf8591266cbc222283d5bf820f316fc021bccdb.tar.bz2 historical-abf8591266cbc222283d5bf820f316fc021bccdb.zip |
Added patch, to let compile work with linux-headers not providing asm/bitopts.h.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild')
-rw-r--r-- | media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild b/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild index 2de7f01b3f0f..3dd9e5701cc1 100644 --- a/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild +++ b/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild,v 1.2 2006/11/18 09:17:06 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild,v 1.3 2007/01/05 14:14:50 zzam Exp $ IUSE="" @@ -19,6 +19,8 @@ DEPEND=">=media-video/vdr-1.2.6 >=media-libs/libmad-0.14.2b-r2 " +PATCHES="${FILESDIR}/${P}-bitopts.diff" + src_install() { vdr-plugin_src_install |