diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-01-14 22:39:19 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-01-14 22:39:19 +0000 |
commit | 80c8efeb5e4918902d279d37bb52410616f9dad2 (patch) | |
tree | b73f3f0868dd02c86a5f7d422805a5f21947709c /app-text/enscript | |
parent | digest fix (upstream changed the tarball) (diff) | |
download | gentoo-2-80c8efeb5e4918902d279d37bb52410616f9dad2.tar.gz gentoo-2-80c8efeb5e4918902d279d37bb52410616f9dad2.tar.bz2 gentoo-2-80c8efeb5e4918902d279d37bb52410616f9dad2.zip |
Fix Configure thanks to Keri Harris <harriskeri@mcs.vuw.ac.nz> in bug 94948
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/enscript')
-rw-r--r-- | app-text/enscript/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/enscript/enscript-1.6.4.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-text/enscript/ChangeLog b/app-text/enscript/ChangeLog index 9718503c9134..74a0b819890f 100644 --- a/app-text/enscript/ChangeLog +++ b/app-text/enscript/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/enscript -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.31 2005/05/31 23:42:32 lanius Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.32 2006/01/14 22:39:19 genstef Exp $ + + 14 Jan 2006; Stefan Schweizer <genstef@gentoo.org> enscript-1.6.4.ebuild: + Fix Configure thanks to Keri Harris <harriskeri@mcs.vuw.ac.nz> in bug 94948 *enscript-1.6.4 (31 May 2005) diff --git a/app-text/enscript/enscript-1.6.4.ebuild b/app-text/enscript/enscript-1.6.4.ebuild index 2b8d3b5b6184..ab009a2f9c15 100644 --- a/app-text/enscript/enscript-1.6.4.ebuild +++ b/app-text/enscript/enscript-1.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.4.ebuild,v 1.1 2005/05/31 23:42:33 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.4.ebuild,v 1.2 2006/01/14 22:39:19 genstef Exp $ inherit eutils @@ -26,6 +26,7 @@ src_unpack() { } src_compile() { + unset CC econf `use_enable nls` || die emake || die } |