diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-04-19 12:01:29 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-04-19 12:01:29 +0000 |
commit | aa8808242689c189ca37d3640a554dae66612e1d (patch) | |
tree | 40ba4355e8116f4fb633b91a6454755dee41f3f6 /dev-lang/ocaml/ocaml-3.07-r1.ebuild | |
parent | Cleanup, added IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-aa8808242689c189ca37d3640a554dae66612e1d.tar.gz gentoo-2-aa8808242689c189ca37d3640a554dae66612e1d.tar.bz2 gentoo-2-aa8808242689c189ca37d3640a554dae66612e1d.zip |
Fix bug #46703
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.07-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index 069d6d04d1c1..d615814313ae 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.4 2004/04/17 10:54:45 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.5 2004/04/19 12:01:29 mattam Exp $ inherit flag-o-matic eutils @@ -36,6 +36,9 @@ src_compile() { myconf="${myconf} -host sparc-unknown-linux-gnu" fi + # Fix for bug #46703 + export LC_ALL=C + ./configure -prefix /usr \ -bindir /usr/bin \ -libdir /usr/lib/ocaml \ |