diff options
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.11.1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.11.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-3.11.1.ebuild b/dev-lang/ocaml/ocaml-3.11.1.ebuild index a0ba2b86a2b3..6b603c53bfc3 100644 --- a/dev-lang/ocaml/ocaml-3.11.1.ebuild +++ b/dev-lang/ocaml/ocaml-3.11.1.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.3 2009/06/20 16:12:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.1.ebuild,v 1.4 2009/09/19 09:36:28 aballier Exp $ EAPI="1" @@ -49,6 +49,10 @@ src_compile() { export LC_ALL=C local myconf="" + # Causes build failures because it builds some programs with -pg, + # bug #270920 + filter-flags -fomit-frame-pointer + # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" |