From d965a27a0db3fc4ec063f4efe53f54402d685a93 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 4 Jan 2002 12:04:22 +0000 Subject: Unlimit datasize for building which is necessary for the new toolchain. --- emulators/xmame/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3