pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript unlimit the data segment (gsromfs1.c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb0c9fd74719
branches:  trunk
changeset: 542680:fb0c9fd74719
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun May 25 10:26:41 2008 +0000

description:
unlimit the data segment (gsromfs1.c needs > 128MB on gcc/alpha)

diffstat:

 print/ghostscript/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0c8dfc7afcc1 -r fb0c9fd74719 print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Sun May 25 08:31:34 2008 +0000
+++ b/print/ghostscript/Makefile        Sun May 25 10:26:41 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2008/05/17 20:57:29 tnn Exp $
+# $NetBSD: Makefile,v 1.49 2008/05/25 10:26:41 tnn Exp $
 
 DISTNAME=      ghostscript-8.62
 PKGREVISION=   2
@@ -22,6 +22,7 @@
 GNU_CONFIGURE=         yes
 #CONFIGURE_ARGS+=      --enable-debug
 MAKE_JOBS_SAFE=                no
+UNLIMIT_RESOURCES+=    datasize        # gsromfs1.c
 
 REPLACE_PERL+=         lib/fixmswrd.pl
 



Home | Main Index | Thread Index | Old Index