mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 09:08:53 +02:00
ocaml: fix build on x86_64 (#3583)
This commit is contained in:
committed by
Sergei Reznikov
parent
ffed67e6d2
commit
2639911b88
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user