diff options
author | 2016-05-03 16:17:16 +0200 | |
---|---|---|
committer | 2016-05-03 16:17:38 +0200 | |
commit | 128a1b8f637967b5e9cd2e22d9e2e2b399e66c82 (patch) | |
tree | 9039388a12bececb1cbb68585fa445254091b3e7 /dev-ml/ppx_compare/ppx_compare-113.33.00.ebuild | |
parent | dev-ml/ppx_custom_printf: fix build with ocaml 4.03 (diff) | |
download | gentoo-128a1b8f637967b5e9cd2e22d9e2e2b399e66c82.tar.gz gentoo-128a1b8f637967b5e9cd2e22d9e2e2b399e66c82.tar.bz2 gentoo-128a1b8f637967b5e9cd2e22d9e2e2b399e66c82.zip |
dev-ml/ppx_compare: fix build with ocaml 4.03
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_compare/ppx_compare-113.33.00.ebuild')
-rw-r--r-- | dev-ml/ppx_compare/ppx_compare-113.33.00.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-ml/ppx_compare/ppx_compare-113.33.00.ebuild b/dev-ml/ppx_compare/ppx_compare-113.33.00.ebuild index 7b95ef5ae2dc..fe7683e32bae 100644 --- a/dev-ml/ppx_compare/ppx_compare-113.33.00.ebuild +++ b/dev-ml/ppx_compare/ppx_compare-113.33.00.ebuild @@ -24,6 +24,10 @@ DEPEND=" RDEPEND="${DEPEND}" DEPEND="${DEPEND} dev-ml/opam" +src_prepare() { + has_version '>=dev-lang/ocaml-4.03' && epatch "${FILESDIR}/oc43.patch" +} + src_configure() { emake setup.exe OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure |