diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-08-31 10:48:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-08-31 10:48:05 +0000 |
commit | 9e0088c5143e198ed933eb32bfb671104d19e56f (patch) | |
tree | 1a6446a3cae733b8c90f463057d820b3aff227d6 /textproc/cocoon/files/patch-ab | |
parent | Add some more help to solve potential installation problems. (diff) |
Upgrade to 1.7.4.
Submitted by: Leo Kim <leo@florida.sarang.net> (20431), shige
PR: ports/20431
Notes
Notes:
svn path=/head/; revision=32145
Diffstat (limited to 'textproc/cocoon/files/patch-ab')
-rw-r--r-- | textproc/cocoon/files/patch-ab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/cocoon/files/patch-ab b/textproc/cocoon/files/patch-ab new file mode 100644 index 000000000000..8a3ea355c28e --- /dev/null +++ b/textproc/cocoon/files/patch-ab @@ -0,0 +1,8 @@ +--- 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 $* |