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 | 0942b7ab0861b07c79b960077bbf9195fa524ee8 (patch) | |
tree | 9b45fc3f48263807f4b8f7bfdd2d9395ffca6bec | |
parent | 9fb4d1c7204df4ffa9edbbc3caae8ee49d75dcbe (diff) | |
download | pkgsrc-0942b7ab0861b07c79b960077bbf9195fa524ee8.tar.gz |
unlimit datasize to fix compilation of M6502Hi.cxx, as noted by
dgriffi at cs dot csubak dot edu on tech-pkg.
-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 |