diff options
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild b/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild index bbf2354c5cf2..fcf8d61dc439 100644 --- a/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild +++ b/dev-lang/ocaml/ocaml-3.10.1_rc1.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.10.1_rc1.ebuild,v 1.1 2007/12/20 19:45:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild,v 1.2 2007/12/20 20:24:12 aballier Exp $ inherit flag-o-matic eutils multilib versionator toolchain-funcs @@ -41,11 +41,6 @@ src_unpack() { # Fix the EXEC_STACK in ocaml compiled binaries (#153382) epatch "${FILESDIR}"/${PN}-3.10.0-exec-stack-fixes.patch - # Quick and somewhat dirty fix for bug #110541 - # The sed in the Makefile doesn't replace all occurences of @compiler@ - # in driver/ocamlcomp.sh.in. Reported upstream as issue 0004268. - #epatch "${FILESDIR}"/${P}-execheap.patch - # The configure script doesn't inherit previous defined variables, # overwriting previous declarations of bytecccompopts, bytecclinkopts, # nativecccompopts and nativecclinkopts. Reported upstream as issue 0004267. |