diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-07-18 08:09:36 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-07-18 08:09:36 +0000 |
commit | 33d3c96dc8753175327d1b19123e9f0953d28d17 (patch) | |
tree | c28e228fb714fa66628bc01fda3dd3f9ffac3995 /media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild | |
parent | Stable on ppc64; bug #185733 (diff) | |
download | gentoo-2-33d3c96dc8753175327d1b19123e9f0953d28d17.tar.gz gentoo-2-33d3c96dc8753175327d1b19123e9f0953d28d17.tar.bz2 gentoo-2-33d3c96dc8753175327d1b19123e9f0953d28d17.zip |
Fixed compiling with linux-headers-2.6.22, thanks to Martin Jansa <Martin.Jansa@mk.cvut.cz> for the patch, Bug 185350.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild')
-rw-r--r-- | media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild index ff050d5b74ab..49646e536874 100644 --- a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild +++ b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild,v 1.6 2007/06/08 10:31:04 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild,v 1.7 2007/07/18 08:09:36 zzam Exp $ inherit eutils versionator multilib @@ -25,6 +25,8 @@ src_unpack() unpack ${A} cd ${S} + epatch "${FILESDIR}/${MY_P}-linux-headers-2.6.22.diff" + # disables compilation of ttusb_dec_reset which requires libusb if ! use usb; then sed -i util/Makefile \ |