diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-01-10 14:30:34 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-01-10 14:30:34 +0000 |
commit | ed76d91cc15194db44286f7eec8d4c67155646d8 (patch) | |
tree | 521f4b6ec244beb413ce4fc71b4386fdfd075edd /lang/ocaml/Makefile | |
parent | cfd1201ceb497da70f88090f5bb1ceaf30df355c (diff) | |
download | pkgsrc-ed76d91cc15194db44286f7eec8d4c67155646d8.tar.gz |
Updated package lang/ocaml to version 4.06.
Changes are many and can be found at https://ocaml.org/releases/4.06.html
One change that breaks a lot of packages is that the safe-string compiler
option is now enabled by default, which means that all modules need to use
immutable strings (or explicitly use the bytes type).
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r-- | lang/ocaml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 41416d0bcf2..2d482c4a67d 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.116 2017/11/15 12:52:15 gdt Exp $ +# $NetBSD: Makefile,v 1.117 2018/01/10 14:30:34 jaapb Exp $ +PKGREVISION= 1 .include "Makefile.common" -PKGREVISION= 2 - CONFIGURE_ENV+= disable_x11=yes BUILD_TARGET= world |