diff options
author | wiz <wiz@pkgsrc.org> | 2010-08-21 15:02:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-08-21 15:02:14 +0000 |
commit | ae17ab458dfb5550302aa018609599b27542a341 (patch) | |
tree | 3507ecff926cd571771674d27807e03e006ff40e /lang/ocaml | |
parent | 5f5ea57c6c4b7a1c72222190a34559bd6f570277 (diff) | |
download | pkgsrc-ae17ab458dfb5550302aa018609599b27542a341.tar.gz |
Unlimit stacksize, needed at least on my 5.99.38/amd64.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 58a78ea06b9..f5c06346e12 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2010/08/19 08:06:53 asau Exp $ +# $NetBSD: Makefile,v 1.66 2010/08/21 15:02:14 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -10,6 +10,7 @@ CONFIGURE_ENV+= disable_x11=yes BUILD_TARGET= world MAKE_JOBS_SAFE= no +UNLIMIT_RESOURCES= stacksize ### ### PLIST components |