diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-20 08:23:31 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-20 08:23:31 +0000 |
commit | dc0303d05ab8b27ade702245a1da17afd2e3005c (patch) | |
tree | 5e664e370c216b8eb5fc1abfb07b94f1fedcde35 /dev-lang/ocaml | |
parent | Fix (diff) | |
download | gentoo-2-dc0303d05ab8b27ade702245a1da17afd2e3005c.tar.gz gentoo-2-dc0303d05ab8b27ade702245a1da17afd2e3005c.tar.bz2 gentoo-2-dc0303d05ab8b27ade702245a1da17afd2e3005c.zip |
Set LC_ALL to C because there are many a-z A-Z regexps that may cause build failures, bug #255379
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.10.2.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.11.0.ebuild | 5 |
3 files changed, 13 insertions, 6 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index 6b6607022214..e27f9889e379 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/ocaml -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.157 2008/12/11 08:24:39 aballier Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.158 2009/01/20 08:23:31 aballier Exp $ + + 20 Jan 2009; Alexis Ballier <aballier@gentoo.org> ocaml-3.10.2.ebuild, + ocaml-3.11.0.ebuild: + Set LC_ALL to C because there are many a-z A-Z regexps that may cause + build failures, bug #255379 11 Dec 2008; Alexis Ballier <aballier@gentoo.org> files/ocaml-rebuild.sh: Simplify ocaml-rebuild.sh: dont clean first and let portage handle the diff --git a/dev-lang/ocaml/ocaml-3.10.2.ebuild b/dev-lang/ocaml/ocaml-3.10.2.ebuild index caa72dd09a84..e28ae5faedf0 100644 --- a/dev-lang/ocaml/ocaml-3.10.2.ebuild +++ b/dev-lang/ocaml/ocaml-3.10.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.10 2008/09/22 18:56:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.11 2009/01/20 08:23:31 aballier Exp $ inherit flag-o-matic eutils multilib versionator toolchain-funcs @@ -62,6 +62,7 @@ src_unpack() { } src_compile() { + export LC_ALL=C local myconf="--host ${CHOST}" # dev-lang/ocaml tends to break/give unexpected results with "unsafe" CFLAGS. diff --git a/dev-lang/ocaml/ocaml-3.11.0.ebuild b/dev-lang/ocaml/ocaml-3.11.0.ebuild index 31119940affa..f5ea510e552d 100644 --- a/dev-lang/ocaml/ocaml-3.11.0.ebuild +++ b/dev-lang/ocaml/ocaml-3.11.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v 1.1 2008/12/08 08:46:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v 1.2 2009/01/20 08:23:31 aballier Exp $ inherit flag-o-matic eutils multilib versionator toolchain-funcs @@ -57,6 +57,7 @@ src_unpack() { } src_compile() { + export LC_ALL=C local myconf="--host ${CHOST}" # It doesn't compile on alpha without this LDFLAGS |