From f6f5af48e7668f5edc9c682ae7121d3d607a5055 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sun, 25 Jun 2017 11:24:58 +0200 Subject: dev-ml/camlp5: Hook in ocaml 4.04.2 support Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-ml/camlp5/camlp5-6.17.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-ml') diff --git a/dev-ml/camlp5/camlp5-6.17.ebuild b/dev-ml/camlp5/camlp5-6.17.ebuild index bb868f3abf09..1e3bd458fdcd 100644 --- a/dev-ml/camlp5/camlp5-6.17.ebuild +++ b/dev-ml/camlp5/camlp5-6.17.ebuild @@ -34,6 +34,10 @@ src_prepare() { for i in ${PATCHLIST} ; do epatch "${DISTDIR}/${i}" done + # ocaml 4.04.2 support + cp -a ocaml_stuff/4.04.1 ocaml_stuff/4.04.2 || die + cp ocaml_src/lib/versdep/4.04.{1,2}.ml || die + sed -i -e 's/4.04.1/4.04.2/' ocaml_stuff/4.04.2/utils/pconfig.ml || die } src_configure() { -- cgit v1.2.3-65-gdbad