summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-02-28 09:08:25 +0000
committerAlin Năstac <mrness@gentoo.org>2009-02-28 09:08:25 +0000
commitfe28022ca2e10aae8aed1e58dffd9c16beb9e07d (patch)
treee6d5694f58996d6e49baf2d10709ca23abb05945 /net-dialup/linux-atm/linux-atm-2.5.0.ebuild
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-fe28022ca2e10aae8aed1e58dffd9c16beb9e07d.tar.gz
gentoo-2-fe28022ca2e10aae8aed1e58dffd9c16beb9e07d.tar.bz2
gentoo-2-fe28022ca2e10aae8aed1e58dffd9c16beb9e07d.zip
Fix bison-2.4 errors (#247981).
(Portage version: 2.1.6.4/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'net-dialup/linux-atm/linux-atm-2.5.0.ebuild')
-rw-r--r--net-dialup/linux-atm/linux-atm-2.5.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dialup/linux-atm/linux-atm-2.5.0.ebuild b/net-dialup/linux-atm/linux-atm-2.5.0.ebuild
index 7e457f82068a..3bbc619bfbe3 100644
--- a/net-dialup/linux-atm/linux-atm-2.5.0.ebuild
+++ b/net-dialup/linux-atm/linux-atm-2.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.5.0.ebuild,v 1.10 2008/11/15 09:47:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.5.0.ebuild,v 1.11 2009/02/28 09:08:25 mrness Exp $
inherit eutils libtool flag-o-matic toolchain-funcs
@@ -20,6 +20,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${P}-headers.patch
epatch "${FILESDIR}"/${P}-glibc28.patch
+ epatch "${FILESDIR}"/${P}-bison24.patch
sed -i '/#define _LINUX_NETDEVICE_H/d' \
src/arpd/*.c || die "sed command on arpd/*.c files failed"