summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-20 20:19:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-20 20:19:19 +0000
commitca5953e595ec444e5bd82beb866ff199dbd39eaf (patch)
treef93b5720f5b88cca45b1df8c0108574b0ea1a8ea /sys-devel/bison
parentMarked stable on hppa. (diff)
downloadhistorical-ca5953e595ec444e5bd82beb866ff199dbd39eaf.tar.gz
historical-ca5953e595ec444e5bd82beb866ff199dbd39eaf.tar.bz2
historical-ca5953e595ec444e5bd82beb866ff199dbd39eaf.zip
inherit eutils
Diffstat (limited to 'sys-devel/bison')
-rw-r--r--sys-devel/bison/bison-1.875.ebuild7
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
}