diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-09-12 14:19:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-09-12 14:19:58 +0000 |
commit | 0d7e3fbf4d3eeec4434a436703ffb55f643ebf6c (patch) | |
tree | 660072001faaf93370c992f6adf56d1c1e353029 /dev-lang | |
parent | AUTHORS and CONTRIBUTE are installed by the Makefile, so no need to do a sepa... (diff) | |
download | gentoo-2-0d7e3fbf4d3eeec4434a436703ffb55f643ebf6c.tar.gz gentoo-2-0d7e3fbf4d3eeec4434a436703ffb55f643ebf6c.tar.bz2 gentoo-2-0d7e3fbf4d3eeec4434a436703ffb55f643ebf6c.zip |
Re-add forced LDFLAGS for alpha, since it still needs it
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.09.3-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index fbd507a007a2..ac8d0667d3ea 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ocaml # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.121 2007/09/10 20:19:08 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.122 2007/09/12 14:19:58 armin76 Exp $ + + 12 Sep 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild: + Re-add forced LDFLAGS for alpha, since it still needs it 10 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> ocaml-3.09.3-r1.ebuild: diff --git a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild index 6f49a8987015..59d9b762ec7f 100644 --- a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.22 2007/09/10 20:19:08 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.23 2007/09/12 14:19:58 armin76 Exp $ inherit flag-o-matic eutils multilib pax-utils versionator toolchain-funcs @@ -79,6 +79,9 @@ src_compile() { strip-flags replace-flags "-O?" -O2 + # It doesn't compile on alpha without this LDFLAGS + use alpha && append-ldflags "-Wl,--no-relax" + use tk || myconf="${myconf} -no-tk" use ncurses || myconf="${myconf} -no-curses" use X || myconf="${myconf} -no-graph" |