ocaml: enable x86_gcc2.

Also some style fixes to the recipe. No functional change, so
I didn't bump the REVISION.
This commit is contained in:
Augustin Cavalier
2015-01-19 15:05:43 -05:00
parent f9c9d55cb3
commit 58b497bb99

View File

@@ -13,13 +13,13 @@ interactive loop, for experimentation and rapid development.
"
LICENSE="GNU LGPL v2"
COPYRIGHT="1996-2013 Institut National de Recherche en Informatique et en Automatique (INRIA)."
HOMEPAGE="http://caml.inria.fr/index.en.html"
SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01.0.tar.gz"
HOMEPAGE="http://caml.inria.fr/index.en.html"
SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-$portVersion.tar.gz"
CHECKSUM_SHA256="ea1751deff454f5c738d10d8a0ad135afee0852d391cf95766b726c0faf7cfdb"
REVISION="1"
ARCHITECTURES="x86 ?x86_gcc2 x86_64"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SOURCE_DIR="ocaml-4.01.0"
PATCHES="ocaml-$portVersion.patchset"
PROVIDES="
ocaml = $portVersion compat >= 4
@@ -78,13 +78,11 @@ BUILD_PREREQUIRES="
cmd:xargs
"
PATCHES="ocaml-4.01.0.patchset"
BUILD()
{
./configure --prefix $prefix \
--mandir $manDir
make world.opt
make world.opt
}
INSTALL()