mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9e0088c514
Submitted by: Leo Kim <leo@florida.sarang.net> (20431), shige PR: ports/20431
9 lines
362 B
Plaintext
9 lines
362 B
Plaintext
--- build.sh.orig Mon Jan 12 11:18:12 1970
|
|
+++ build.sh Sat Aug 5 21:45:24 2000
|
|
@@ -29,4 +29,4 @@
|
|
echo
|
|
echo Starting Ant...
|
|
|
|
-$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath $LOCALCLASSPATH org.apache.tools.ant.Main $*
|
|
+$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -ss67108863 -oss67108863 -mx67108863 -classpath $LOCALCLASSPATH org.apache.tools.ant.Main $*
|