mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ocaml: update to 4.14.0.
This commit is contained in:
parent
036a38e9e1
commit
3e29d6c827
2 changed files with 11 additions and 11 deletions
|
@ -18,25 +18,25 @@
|
||||||
.globl caml_system__frametable
|
.globl caml_system__frametable
|
||||||
.type caml_system__frametable, @object
|
.type caml_system__frametable, @object
|
||||||
caml_system__frametable:
|
caml_system__frametable:
|
||||||
--- ocaml-4.11.0/configure.ac
|
--- ocaml-4.14.0/configure.ac
|
||||||
+++ ocaml-4.11.0/configure.ac
|
+++ ocaml-4.14.0/configure.ac
|
||||||
@@ -1006,7 +1006,7 @@ AS_IF([test $arch != "none" && $arch64 ],
|
@@ -1006,7 +1006,7 @@ AS_IF([test $arch != "none" && $arch64 ],
|
||||||
# e.g. Ubuntu >= 17.10 for i386, which uses the glibc dynamic loader.
|
# e.g. Ubuntu >= 17.10 for i386, which uses the glibc dynamic loader.
|
||||||
|
|
||||||
AS_CASE([$arch],
|
AS_CASE([$arch],
|
||||||
- [amd64|s390x|none],
|
- [amd64|arm64|s390x|none],
|
||||||
+ [amd64|s390x|power|none],
|
+ [amd64|arm64|s390x|power|none],
|
||||||
# ocamlopt generates PIC code or doesn't generate code at all
|
# ocamlopt generates PIC code or doesn't generate code at all
|
||||||
[],
|
[],
|
||||||
[AS_CASE([$host],
|
[AS_CASE([$host],
|
||||||
--- ocaml-4.11.0/configure
|
--- ocaml-4.14.0/configure
|
||||||
+++ ocaml-4.11.0/configure
|
+++ ocaml-4.14.0/configure
|
||||||
@@ -13886,7 +13886,7 @@
|
@@ -13886,7 +13886,7 @@
|
||||||
# e.g. Ubuntu >= 17.10 for i386, which uses the glibc dynamic loader.
|
# e.g. Ubuntu >= 17.10 for i386, which uses the glibc dynamic loader.
|
||||||
|
|
||||||
case $arch in #(
|
case $arch in #(
|
||||||
- amd64|s390x|none) :
|
- amd64|arm64|s390x|none) :
|
||||||
+ amd64|s390x|power|none) :
|
+ amd64|arm64|s390x|power|none) :
|
||||||
# ocamlopt generates PIC code or doesn't generate code at all
|
# ocamlopt generates PIC code or doesn't generate code at all
|
||||||
;; #(
|
;; #(
|
||||||
*) :
|
*) :
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ocaml'
|
# Template file for 'ocaml'
|
||||||
pkgname=ocaml
|
pkgname=ocaml
|
||||||
version=4.13.1
|
version=4.14.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--with-pic --libdir=/usr/lib/ocaml"
|
configure_args="--with-pic --libdir=/usr/lib/ocaml"
|
||||||
make_build_target="world.opt"
|
make_build_target="world.opt"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="QPL-1.0, LGPL-2.1-only"
|
license="QPL-1.0, LGPL-2.1-only"
|
||||||
homepage="http://ocaml.org/"
|
homepage="http://ocaml.org/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=194c7988cc1fd1c64f53f32f2f7551e5309e44d914d6efc7e2e4d002296aeac4
|
checksum=39f44260382f28d1054c5f9d8bf4753cb7ad64027da792f7938344544da155e8
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
export ASPP="cc -c"
|
export ASPP="cc -c"
|
||||||
|
|
Loading…
Add table
Reference in a new issue