summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-01-29 11:45:10 +0000
committerAlin Năstac <mrness@gentoo.org>2008-01-29 11:45:10 +0000
commita23b77f1bbe1af07244cd6a6ba9b0fae14571908 (patch)
treee023e95b001d5fd9510880f5946efc3a4aacfaef /net-dialup/openadsl/openadsl-4.0.24.ebuild
parentstable x86, security bug 206502 (diff)
downloadhistorical-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.ebuild6
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"