diff options
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 |