diff options
author | arved <arved@FreeBSD.org> | 2010-12-25 22:02:01 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-12-25 22:02:01 +0800 |
commit | 6dedf88406227919ea9cdd49aa98f216db9b3a00 (patch) | |
tree | 75ea053832f88947efdd001bc43e8f9d22f5751f /textproc | |
parent | 983807c3bb0ece0285d4f15f316018a484817f6f (diff) | |
download | freebsd-ports-gnome-6dedf88406227919ea9cdd49aa98f216db9b3a00.tar.gz freebsd-ports-gnome-6dedf88406227919ea9cdd49aa98f216db9b3a00.tar.zst freebsd-ports-gnome-6dedf88406227919ea9cdd49aa98f216db9b3a00.zip |
Adjust Java Heap size
PR: 153385
Submitted by: Rob Farmer
Approved by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fop/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index da67cd5453d7..766bbbb37a5d 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -27,6 +27,9 @@ USE_JAVA= yes JAVA_VERSION= 1.4+ USE_ANT= yes +# Prevent out of memory error during build +MAKE_ENV+= "ANT_OPTS=-Xmx512m" + post-extract: @cd ${WRKDIR} && ${UNZIP_CMD} ${DISTDIR}/offo-hyphenation.zip @${CP} ${WRKDIR}/offo-hyphenation/hyph/*.xml ${WRKSRC}/hyph |