diff options
author | kristerw <kristerw> | 2002-01-05 04:30:23 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2002-01-05 04:30:23 +0000 |
commit | e484f3c277cc08fb4517f9c590cf2c1f278b9400 (patch) | |
tree | 0911410ccedc626d31ce4d631086eb6db867441e /emulators | |
parent | 14bb8d7fe20c8eeb9b643da0ffbecdd2ef16fed9 (diff) | |
download | pkgsrc-e484f3c277cc08fb4517f9c590cf2c1f278b9400.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" |