Unlimit data and memory size so that this package will build on my ss2
with a whole 36 MB of memory.
This commit is contained in:
parent
e02e9214e1
commit
ab31b5f231
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2002/03/25 01:04:46 jmc Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2002/08/09 11:54:01 agc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cassowary-0.60
|
||||
|
@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --with-gtl=${LOCALBASE}
|
|||
|
||||
YACC= bison -y
|
||||
|
||||
UNLIMIT_RESOURCES= datasize memorysize
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
|
|
Loading…
Reference in a new issue