diff options
author | dillo <dillo> | 2004-06-16 01:14:33 +0000 |
---|---|---|
committer | dillo <dillo> | 2004-06-16 01:14:33 +0000 |
commit | 8489489ea6fd3b129668b7b5409c8fb20aedab00 (patch) | |
tree | 9b45fc3f48263807f4b8f7bfdd2d9395ffca6bec /emulators/stella | |
parent | 3502db791ee23fd8dbc760dafd41905f1d328b68 (diff) | |
download | pkgsrc-8489489ea6fd3b129668b7b5409c8fb20aedab00.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/stella')
-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 |