diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-02-22 12:11:53 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-02-22 12:11:53 +0000 |
commit | faa3baa98b80089c40fc3124a85aba6a1ec5c210 (patch) | |
tree | 4debe40680b4ea3b790e71fba98d403bd5e81955 /net-dialup/fcdsl/fcdsl-2.6.37.ebuild | |
parent | replace some more ABIs with GMPABI; fix taken from kanaka's auto-multilib ove... (diff) | |
download | gentoo-2-faa3baa98b80089c40fc3124a85aba6a1ec5c210.tar.gz gentoo-2-faa3baa98b80089c40fc3124a85aba6a1ec5c210.tar.bz2 gentoo-2-faa3baa98b80089c40fc3124a85aba6a1ec5c210.zip |
fcdslslusb patch thanks to Florian Lederer <Florian2780@gmx.de> in bug 165485
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-dialup/fcdsl/fcdsl-2.6.37.ebuild')
-rw-r--r-- | net-dialup/fcdsl/fcdsl-2.6.37.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dialup/fcdsl/fcdsl-2.6.37.ebuild b/net-dialup/fcdsl/fcdsl-2.6.37.ebuild index 64748bb13db6..5f841092c8da 100644 --- a/net-dialup/fcdsl/fcdsl-2.6.37.ebuild +++ b/net-dialup/fcdsl/fcdsl-2.6.37.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/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.4 2007/02/12 20:04:49 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.5 2007/02/22 12:11:53 genstef Exp $ inherit linux-mod eutils rpm @@ -77,6 +77,7 @@ src_unpack() { # do not fail even if some drivers are not present einfo "When you have FCDSL_CARDS set some errors are OK here" patch -p0 -f < ${FILESDIR}/fcdsl-2.6.20.diff + patch -p0 -f < ${FILESDIR}/fcdslslusb-2.6.20.diff if use x86; then for ((CARD=0; CARD < ${#FCDSL_MODULES[*]}; CARD++)); do |