diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-19 14:07:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-19 14:07:49 +0000 |
commit | ea85b66e92b573e276c7fc94032b6416342ac7f4 (patch) | |
tree | 0a6e57546e2e2d0b96ce054335fcb59d04e534cd /lang/classpath | |
parent | 535055dfe273e9fe2ebd6919fe8d69b8278e9d31 (diff) | |
download | pkgsrc-ea85b66e92b573e276c7fc94032b6416342ac7f4.tar.gz |
Needs lots of memory to build -- set UNLIMIT_RESOURCES+=datasize.
From Sergey Svishchev.
Diffstat (limited to 'lang/classpath')
-rw-r--r-- | lang/classpath/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/classpath/Makefile.common b/lang/classpath/Makefile.common index e81f655b395..6e14032cac1 100644 --- a/lang/classpath/Makefile.common +++ b/lang/classpath/Makefile.common @@ -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 @@ DISTINFO_FILE= ${.CURDIR}/../../lang/classpath/distinfo 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 |