diff options
author | kristerw <kristerw@pkgsrc.org> | 2002-01-05 04:30:23 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2002-01-05 04:30:23 +0000 |
commit | 3bf75f7011e75b6166dd2519bf343b65171506e6 (patch) | |
tree | 0911410ccedc626d31ce4d631086eb6db867441e /emulators | |
parent | 629f011395fd181877e39f62ea79b43a69eeb595 (diff) | |
download | pkgsrc-3bf75f7011e75b6166dd2519bf343b65171506e6.tar.gz |
Unlimit datasize for buildiung which is necessary for the new toolchain.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index b7a753d2f77..bb56dfc9d55 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/01/03 00:19:01 kristerw Exp $ +# $NetBSD: Makefile,v 1.16 2002/01/05 04:30:23 kristerw Exp $ # DISTNAME= xmame-0.56.2 @@ -20,6 +20,7 @@ USE_X11BASE= YES USE_GMAKE= YES MAKEFILE= makefile.unix TARGET= ${PKGBASE} +UNLIMIT_RESOURCES= d .include "../../mk/bsd.prefs.mk" |