aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-09-26 02:26:00 +0800
committermakc <makc@FreeBSD.org>2010-09-26 02:26:00 +0800
commit23d0adf768efa831a8322a0038268f596950e152 (patch)
tree41be7ab8304917c1c230db9cf93523c4937bc61a /graphics
parent28c25336b9e0def3d02b078d3bbf9a504b06ff1e (diff)
downloadfreebsd-ports-gnome-23d0adf768efa831a8322a0038268f596950e152.tar.gz
freebsd-ports-gnome-23d0adf768efa831a8322a0038268f596950e152.tar.zst
freebsd-ports-gnome-23d0adf768efa831a8322a0038268f596950e152.zip
Prevent out of memory error during build
PR: ports/150847 Submitted by: Rob Farmer <rfarmer at predatorlabs.net>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/batik/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile
index ae1bc78bc549..b8f617c7ed78 100644
--- a/graphics/batik/Makefile
+++ b/graphics/batik/Makefile
@@ -26,6 +26,9 @@ ALL_TARGET= jars all-jar
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
TARGET_DIR= ${WRKSRC}/${PORTNAME}-${PORTVERSION}
+# Prevent out of memory error during build
+MAKE_ENV+= "ANT_OPTS=-Xmx512m"
+
.if !defined(NOPORTDOCS)
ALL_TARGET+= javadoc
.endif