diff options
author | tron <tron> | 2002-01-04 12:04:22 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-04 12:04:22 +0000 |
commit | 752ae6fee0da4df3718bd39b2068708338259a97 (patch) | |
tree | 99c2f633dc2da4bf39a288d35c59fc663c17b73a | |
parent | c13d1545c4b8c209a70ccaedf0d974cb64c1fa84 (diff) | |
download | pkgsrc-752ae6fee0da4df3718bd39b2068708338259a97.tar.gz |
Unlimit datasize for building which is necessary for the new toolchain.
-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" |