From 2639911b8830d02c6d7140abf9e4c7dda59e3495 Mon Sep 17 00:00:00 2001 From: linok9757 Date: Fri, 25 Jan 2019 11:07:44 +0300 Subject: [PATCH] ocaml: fix build on x86_64 (#3583) --- dev-lang/ocaml/ocaml-4.07.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/ocaml/ocaml-4.07.0.recipe b/dev-lang/ocaml/ocaml-4.07.0.recipe index 541eaeac7..da269d36d 100644 --- a/dev-lang/ocaml/ocaml-4.07.0.recipe +++ b/dev-lang/ocaml/ocaml-4.07.0.recipe @@ -14,7 +14,7 @@ interactive loop, for experimentation and rapid development." HOMEPAGE="http://caml.inria.fr/index.en.html" COPYRIGHT="1996-2018 Institut National de Recherche en Informatique et en Automatique (INRIA)" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://caml.inria.fr/pub/distrib/ocaml-4.07/ocaml-$portVersion.tar.gz" CHECKSUM_SHA256="50e10b0c4e28300cb889e56839ec9e07e2847a85e04bfbd5a7ed0290b7239ef8" @@ -104,7 +104,7 @@ BUILD() { ./configure --prefix $prefix \ --mandir $manDir - make world.opt + make world } INSTALL()