commit:     f6f5af48e7668f5edc9c682ae7121d3d607a5055
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 09:24:58 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 14:42:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f5af48

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(+)

diff --git a/dev-ml/camlp5/camlp5-6.17.ebuild b/dev-ml/camlp5/camlp5-6.17.ebuild
index bb868f3abf0..1e3bd458fdc 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() {

Reply via email to