ocaml: fix build on x86_64 (#3583)

This commit is contained in:
linok9757
2019-01-25 11:07:44 +03:00
committed by Sergei Reznikov
parent ffed67e6d2
commit 2639911b88

View File

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