diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-26 21:17:12 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-26 21:17:12 +0000 |
commit | b279a26bda625226de7f2a6f33a0d109cc3da186 (patch) | |
tree | 3b044a2c55fb4bdff7bf335bb212ea04c492b837 /net-dialup/bewan-adsl/bewan-adsl-0.9.3-r1.ebuild | |
parent | (#149226) Run keepdir on empty directories when needed, so they don't disappe... (diff) | |
download | gentoo-2-b279a26bda625226de7f2a6f33a0d109cc3da186.tar.gz gentoo-2-b279a26bda625226de7f2a6f33a0d109cc3da186.tar.bz2 gentoo-2-b279a26bda625226de7f2a6f33a0d109cc3da186.zip |
Adapt kernel modules to the changes occured in 2.6.16 (#149143). Avoid pre-stripped binaries QA warning.
(Portage version: 2.1.1)
Diffstat (limited to 'net-dialup/bewan-adsl/bewan-adsl-0.9.3-r1.ebuild')
-rw-r--r-- | net-dialup/bewan-adsl/bewan-adsl-0.9.3-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r1.ebuild b/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r1.ebuild index f900be3c1621..8aab60645c9f 100644 --- a/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r1.ebuild +++ b/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r1.ebuild,v 1.3 2006/08/15 18:02:28 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r1.ebuild,v 1.4 2006/09/26 21:17:12 mrness Exp $ inherit eutils linux-mod @@ -39,6 +39,9 @@ src_unpack() { # Upstream consider actual version to be thread safe epatch "${FILESDIR}/${P}-smp.patch" + epatch "${FILESDIR}/${P}-kernel-2.6.16.patch" + epatch "${FILESDIR}/${P}-no-strip.patch" + # Declare desired COPTIONS in the Makefile for the PCI module use kt400 && sed -i 's/^\(COPTIONS *= *\)/\1 -DKT400/g' "${PCI_S}/Makefile" use pcitimer && sed -i 's/^\(COPTIONS *= *\)/\1 -DUSE_HW_TIMER/g' "${PCI_S}/Makefile" |