diff options
author | tron <tron@pkgsrc.org> | 2002-01-04 12:04:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-04 12:04:22 +0000 |
commit | d965a27a0db3fc4ec063f4efe53f54402d685a93 (patch) | |
tree | 99c2f633dc2da4bf39a288d35c59fc663c17b73a /emulators/xmame | |
parent | 14eba4b9daba88dbc47db4568f7741f75215e15d (diff) | |
download | pkgsrc-d965a27a0db3fc4ec063f4efe53f54402d685a93.tar.gz |
Unlimit datasize for building which is necessary for the new toolchain.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 9911f9c01e6..60c4ee92ccf 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2002/01/03 00:08:35 kristerw Exp $ +# $NetBSD: Makefile,v 1.61 2002/01/04 12:04:22 tron Exp $ # DISTNAME= xmame-0.56.2 @@ -19,6 +19,7 @@ USE_X11BASE= YES USE_GMAKE= YES MAKEFILE= makefile.unix TARGET= ${PKGBASE} +UNLIMIT_RESOURCES= d .include "../../mk/bsd.prefs.mk" |