summaryrefslogtreecommitdiff
path: root/lang/starlogo
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 15:03:34 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 15:03:34 +0000
commit110fbe8cff6156c4e8e0d10c182569e7e8c37eb4 (patch)
treebe7b4d5aced3dfd2d5c4bec1f439a147683f2c91 /lang/starlogo
parentUpgrade to 1.4.beta5. (diff)
Add "-noasyncgc" option to Java Virtual Machine to avoid random hangs.
Notes
Notes: svn path=/head/; revision=30136
Diffstat (limited to 'lang/starlogo')
-rw-r--r--lang/starlogo/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/starlogo/files/patch-aa b/lang/starlogo/files/patch-aa
index 239a0423aae7..0a761e79b286 100644
--- a/lang/starlogo/files/patch-aa
+++ b/lang/starlogo/files/patch-aa
@@ -7,4 +7,4 @@
+export CLASSPATH
+
+cd %%PREFIX%%/share/java/starlogo/sample-projects
-+exec %%LOCALBASE%%/bin/javavm starlogo.Toplevel compiler "init 100"
++exec %%LOCALBASE%%/bin/javavm -noasyncgc starlogo.Toplevel compiler "init 100"