diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-01-29 11:45:10 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-01-29 11:45:10 +0000 |
commit | a23b77f1bbe1af07244cd6a6ba9b0fae14571908 (patch) | |
tree | e023e95b001d5fd9510880f5946efc3a4aacfaef /net-dialup/openadsl/openadsl-4.0.24.ebuild | |
parent | stable x86, security bug 206502 (diff) | |
download | historical-a23b77f1bbe1af07244cd6a6ba9b0fae14571908.tar.gz historical-a23b77f1bbe1af07244cd6a6ba9b0fae14571908.tar.bz2 historical-a23b77f1bbe1af07244cd6a6ba9b0fae14571908.zip |
Fix broken compilation on hosts with kernel 2.6.24 (#207647).
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'net-dialup/openadsl/openadsl-4.0.24.ebuild')
-rw-r--r-- | net-dialup/openadsl/openadsl-4.0.24.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/openadsl/openadsl-4.0.24.ebuild b/net-dialup/openadsl/openadsl-4.0.24.ebuild index 604060a46651..4be51980c70e 100644 --- a/net-dialup/openadsl/openadsl-4.0.24.ebuild +++ b/net-dialup/openadsl/openadsl-4.0.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/openadsl/openadsl-4.0.24.ebuild,v 1.1 2007/08/21 20:55:09 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/openadsl/openadsl-4.0.24.ebuild,v 1.2 2008/01/29 11:45:09 mrness Exp $ inherit linux-mod @@ -31,7 +31,7 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${PN}-makefile.2.6.patch" + epatch "${FILESDIR}/${PN}-kernel-2.6.patch" if kernel_is lt 2 6 0 ; then mv "${S}"/makefile.2.4 "${S}"/Makefile || die "unable to copy Makefile" |