summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortron <tron>2002-01-04 12:04:22 +0000
committertron <tron>2002-01-04 12:04:22 +0000
commit66a290cbdb1a8f1a38cb2ad528d2f0dab309a728 (patch)
tree99c2f633dc2da4bf39a288d35c59fc663c17b73a /emulators
parent4452566f499dab6c664dd0ebaf478f0836583f4f (diff)
downloadpkgsrc-66a290cbdb1a8f1a38cb2ad528d2f0dab309a728.tar.gz
Unlimit datasize for building which is necessary for the new toolchain.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile3
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"