diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-25 10:26:41 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-25 10:26:41 +0000 |
commit | 2778c83e8bee350426b5a44fae397f444a32b9fa (patch) | |
tree | 9e117fcf6586ecfe6b2beaed694b69338cbb7c7e /print | |
parent | 667cbb15aa9512674f623a26cfe33ce6050e2a62 (diff) | |
download | pkgsrc-2778c83e8bee350426b5a44fae397f444a32b9fa.tar.gz |
unlimit the data segment (gsromfs1.c needs > 128MB on gcc/alpha)
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 2d3fd80c185..4273c26ba75 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -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 @@ USE_TOOLS+= gmake perl:run lex pkg-config GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --enable-debug MAKE_JOBS_SAFE= no +UNLIMIT_RESOURCES+= datasize # gsromfs1.c REPLACE_PERL+= lib/fixmswrd.pl |