From b58aaf571195dba4de02fec5f6972c3615a820be Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 21 Aug 2010 15:02:14 +0000 Subject: [PATCH] Unlimit stacksize, needed at least on my 5.99.38/amd64. --- lang/ocaml/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 58a78ea06b92..f5c06346e121 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