pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/classpath Needs lots of memory to build -- set UN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a58538e5da7e
branches:  trunk
changeset: 528896:a58538e5da7e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 19 14:07:49 2007 +0000

description:
Needs lots of memory to build -- set UNLIMIT_RESOURCES+=datasize.
>From Sergey Svishchev.

diffstat:

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

diffs (17 lines):

diff -r 7d93aaa4aa3c -r a58538e5da7e lang/classpath/Makefile.common
--- a/lang/classpath/Makefile.common    Sat May 19 14:07:30 2007 +0000
+++ b/lang/classpath/Makefile.common    Sat May 19 14:07:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2007/01/05 16:48:58 obache Exp $
+# $NetBSD: Makefile.common,v 1.11 2007/05/19 14:07:49 wiz Exp $
 
 DISTNAME=              classpath-0.93
 CATEGORIES=            devel
@@ -15,6 +15,7 @@
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes
+UNLIMIT_RESOURCES+=    datasize
 
 # XXX this must be fixed as an optional build flag
 CONFIGURE_ARGS+=       --disable-gconf-peer



Home | Main Index | Thread Index | Old Index