diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-20 20:19:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-20 20:19:19 +0000 |
commit | 07f3ca32eaeb3ba9be0c0a592800f9c56d5cb6c8 (patch) | |
tree | e91d8b450c568ca546864319f4277adb7045ac7e /sys-devel/bison | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-07f3ca32eaeb3ba9be0c0a592800f9c56d5cb6c8.tar.gz gentoo-2-07f3ca32eaeb3ba9be0c0a592800f9c56d5cb6c8.tar.bz2 gentoo-2-07f3ca32eaeb3ba9be0c0a592800f9c56d5cb6c8.zip |
inherit eutils
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/bison-1.875.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild index eb57d398e935..2718d5410fa2 100644 --- a/sys-devel/bison/bison-1.875.ebuild +++ b/sys-devel/bison/bison-1.875.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.15 2004/03/21 21:17:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.16 2004/04/20 20:19:19 vapier Exp $ -inherit gcc flag-o-matic +inherit gcc flag-o-matic eutils DESCRIPTION="A yacc-compatible parser generator" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" @@ -17,7 +17,8 @@ DEPEND="sys-devel/m4 nls? ( sys-devel/gettext )" src_unpack() { - unpack ${A} && cd ${S} || die + unpack ${A} + cd ${S} epatch ${FILESDIR}/${PN}-1.32-extfix.patch epatch ${FILESDIR}/${PN}-1.875-gccerror.patch } |