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
commit49660b508756fce691bc47566a6bacc6838747ad (patch)
treef734c9d92bce20c07e54c428d6124037ed7e64ab /net-dialup/openadsl/openadsl-4.0.24.ebuild
parentstable x86, security bug 206502 (diff)
downloadgentoo-2-49660b508756fce691bc47566a6bacc6838747ad.tar.gz
gentoo-2-49660b508756fce691bc47566a6bacc6838747ad.tar.bz2
gentoo-2-49660b508756fce691bc47566a6bacc6838747ad.zip
Fix broken compilation on hosts with kernel 2.6.24 (#207647).
(Portage version: 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"