summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-02-21 18:20:20 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-02-21 18:20:20 +0000
commit7d94a27d627adc24b34f66b91222e7159e789f5d (patch)
treecab45606ac884073d101fcb0a06d50bf3fde67f2 /app-text/a2ps/a2ps-4.13c-r2.ebuild
parentAdd p.masked 1.1.4 version to match the new mono. Remove one older version. (diff)
downloadhistorical-7d94a27d627adc24b34f66b91222e7159e789f5d.tar.gz
historical-7d94a27d627adc24b34f66b91222e7159e789f5d.tar.bz2
historical-7d94a27d627adc24b34f66b91222e7159e789f5d.zip
also builds with bison; fix compilation on non posix locale
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-text/a2ps/a2ps-4.13c-r2.ebuild')
-rw-r--r--app-text/a2ps/a2ps-4.13c-r2.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-text/a2ps/a2ps-4.13c-r2.ebuild b/app-text/a2ps/a2ps-4.13c-r2.ebuild
index 60c8c431a538..f22349d6e392 100644
--- a/app-text/a2ps/a2ps-4.13c-r2.ebuild
+++ b/app-text/a2ps/a2ps-4.13c-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.1 2005/01/03 16:46:37 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.2 2005/02/21 18:20:20 lanius Exp $
inherit gnuconfig eutils
@@ -18,7 +18,7 @@ IUSE="nls tetex cjk vanilla"
DEPEND=">=sys-devel/automake-1.6
>=sys-devel/autoconf-2.57
>=dev-util/gperf-2.7.2
- >=dev-util/yacc-1.9.1
+ || ( >=dev-util/yacc-1.9.1 sys-dev/bison )
virtual/ghostscript
>=app-text/psutils-1.17
tetex? ( virtual/tetex )"
@@ -47,11 +47,13 @@ src_unpack() {
src_compile() {
- export YACC=yacc
+ #export YACC=yacc
econf --sysconfdir=/etc/a2ps \
--includedir=/usr/include \
`use_enable nls` || die "econf failed"
+ export LANG=C
+
# sometimes emake doesn't work
make || die "make failed"
}