diff options
author | dillo <dillo@pkgsrc.org> | 2004-06-16 01:14:33 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-06-16 01:14:33 +0000 |
commit | 4266b4d22196f330f2c0659b45684576f0f61786 (patch) | |
tree | 9b45fc3f48263807f4b8f7bfdd2d9395ffca6bec /emulators | |
parent | c7b7b16f58af70481a6412b15e221697bf3f1aef (diff) | |
download | pkgsrc-4266b4d22196f330f2c0659b45684576f0f61786.tar.gz |
unlimit datasize to fix compilation of M6502Hi.cxx, as noted by
dgriffi at cs dot csubak dot edu on tech-pkg.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stella/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/stella/Makefile.common b/emulators/stella/Makefile.common index 6d6017beb3e..93ff0f9004d 100644 --- a/emulators/stella/Makefile.common +++ b/emulators/stella/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2004/06/05 11:56:31 dillo Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/06/16 01:14:33 dillo Exp $ STELLA_VERSION= 1.3 DISTNAME= stella-${STELLA_VERSION}-src @@ -17,6 +17,7 @@ USE_LANGUAGES= c c++ USE_GNU_TOOLS+= make USE_BUILDLINK3= YES USE_INSTALL= YES +UNLIMIT_RESOURCES=datasize MAKEFILE= makefile |