summaryrefslogtreecommitdiff
path: root/lang/mono/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-06-06 16:49:23 +0000
committerjperkin <jperkin@pkgsrc.org>2013-06-06 16:49:23 +0000
commit80c8c6fa800d304aeca7d70215b400e3e59f535d (patch)
treebc15a5bf23925aa793a05b375d3024b0cbb576bc /lang/mono/Makefile
parent100971eeaf42c3aa1316157745060b1c216d8f54 (diff)
downloadpkgsrc-80c8c6fa800d304aeca7d70215b400e3e59f535d.tar.gz
Limit the data and stack sizes on SunOS. This gets the build much further
and able to run the compiler, now failing in the documentation generator.
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r--lang/mono/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 7d244afa275..2fdb467ed93 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.137 2013/06/05 17:03:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.138 2013/06/06 16:49:23 jperkin Exp $
DISTNAME= mono-3.0.10
PKGREVISION= 1
@@ -132,8 +132,10 @@ SUBST_SED.fix-libx11= -e 's,@X11BASE@,${X11BASE},g'
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-CONFIGURE_ENV+= ac_cv_func_getdomainname=no
-CONFIGURE_ENV+= ac_cv_func_setdomainname=no
+ULIMIT_CMD_datasize= ulimit -d 262144
+ULIMIT_CMD_stacksize= ulimit -s 10240
+CONFIGURE_ENV+= ac_cv_func_getdomainname=no
+CONFIGURE_ENV+= ac_cv_func_setdomainname=no
.endif
post-install: