aboutsummaryrefslogtreecommitdiff
path: root/lang/starlogo/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/starlogo/files/patch-aa')
-rw-r--r--lang/starlogo/files/patch-aa9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/starlogo/files/patch-aa b/lang/starlogo/files/patch-aa
new file mode 100644
index 000000000000..9e1fef7d5fb4
--- /dev/null
+++ b/lang/starlogo/files/patch-aa
@@ -0,0 +1,9 @@
+--- starlogo-unix.orig Wed Sep 22 08:15:23 1999
++++ starlogo-unix Sun Nov 14 19:52:57 1999
+@@ -1,3 +1,3 @@
+-echo Warning: You might need to make the native stack size bigger
+-echo on the java command line in order to run StarLogo.
+-java -classpath .:./starlogo.jar starlogo.Toplevel compiler "init 100"
++#!/bin/sh
++cd @@PREFIX@@/share/java/starlogo/projects
++java -Djava.compiler=tya -classpath @@PREFIX@@/share/java/starlogo/starlogo.jar:@@PREFIX@@/share/java/starlogo:@@PREFIX@@/jdk@@JDK_VERSION@@/lib/classes.zip starlogo.Toplevel compiler "init 100"