diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 00:46:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 00:46:21 +0000 |
commit | 600ebfe38116b1abdfc333110fe4b640f355e8af (patch) | |
tree | 8bfb69f499eb2bd6237108d7d0a00bfa5d427491 /sys-devel/flex/flex-2.5.4a-r6.ebuild | |
parent | Mark 3.10 stable on ia64 (diff) | |
download | gentoo-2-600ebfe38116b1abdfc333110fe4b640f355e8af.tar.gz gentoo-2-600ebfe38116b1abdfc333110fe4b640f355e8af.tar.bz2 gentoo-2-600ebfe38116b1abdfc333110fe4b640f355e8af.zip |
Fix building in funky locales #121408 by J.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-devel/flex/flex-2.5.4a-r6.ebuild')
-rw-r--r-- | sys-devel/flex/flex-2.5.4a-r6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/flex/flex-2.5.4a-r6.ebuild b/sys-devel/flex/flex-2.5.4a-r6.ebuild index 069bef21b798..756e36b71a48 100644 --- a/sys-devel/flex/flex-2.5.4a-r6.ebuild +++ b/sys-devel/flex/flex-2.5.4a-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r6.ebuild,v 1.10 2006/02/04 00:38:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r6.ebuild,v 1.11 2006/02/04 00:46:21 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -31,6 +31,7 @@ src_unpack() { # included autotools are crusty, lets polish em up epatch "${WORKDIR}"/${P}-autoconf.patch + epatch "${FILESDIR}"/${PN}-configure-LANG.patch } src_compile() { |