pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/stella unlimit datasize to fix compilation o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30eb52b99c54
branches:  trunk
changeset: 476625:30eb52b99c54
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Wed Jun 16 01:14:33 2004 +0000

description:
unlimit datasize to fix compilation of M6502Hi.cxx, as noted by
dgriffi at cs dot csubak dot edu on tech-pkg.

diffstat:

 emulators/stella/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a47c889abd15 -r 30eb52b99c54 emulators/stella/Makefile.common
--- a/emulators/stella/Makefile.common  Tue Jun 15 23:19:50 2004 +0000
+++ b/emulators/stella/Makefile.common  Wed Jun 16 01:14:33 2004 +0000
@@ -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_GNU_TOOLS+=        make
 USE_BUILDLINK3=        YES
 USE_INSTALL=   YES
+UNLIMIT_RESOURCES=datasize
 
 MAKEFILE=      makefile
 



Home | Main Index | Thread Index | Old Index