summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-20 04:31:49 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-20 04:31:49 +0000
commiteedf4e046bdb928cf15765f98e9d3081614ff66b (patch)
treeee387675707746c067239b88949b58d564a6b401 /dev-util/byacc
parentppc support (diff)
downloadhistorical-eedf4e046bdb928cf15765f98e9d3081614ff66b.tar.gz
historical-eedf4e046bdb928cf15765f98e9d3081614ff66b.tar.bz2
historical-eedf4e046bdb928cf15765f98e9d3081614ff66b.zip
ppc support
Diffstat (limited to 'dev-util/byacc')
-rw-r--r--dev-util/byacc/byacc-1.9.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/byacc/byacc-1.9.ebuild b/dev-util/byacc/byacc-1.9.ebuild
index 8db2c0f5b23a..b69717a8fb8b 100644
--- a/dev-util/byacc/byacc-1.9.ebuild
+++ b/dev-util/byacc/byacc-1.9.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9.ebuild,v 1.3 2003/02/13 11:47:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9.ebuild,v 1.4 2003/08/20 04:31:49 vapier Exp $
+
+inherit eutils
DESCRIPTION="the best variant of the Yacc parser generator"
HOMEPAGE="http://dickey.his.com/byacc/byacc.html"
@@ -11,7 +13,7 @@ SLOT="0"
KEYWORDS="x86 ppc"
src_compile() {
- patch -p0 < ${FILESDIR}/mkstemp.patch
+ epatch ${FILESDIR}/mkstemp.patch
make PROGRAM=byacc CFLAGS="${CFLAGS}" || die
}