aboutsummaryrefslogtreecommitdiff
path: root/devel/vtcl/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/vtcl/files')
-rw-r--r--devel/vtcl/files/patch-aa13
-rw-r--r--devel/vtcl/files/patch-ab19
2 files changed, 32 insertions, 0 deletions
diff --git a/devel/vtcl/files/patch-aa b/devel/vtcl/files/patch-aa
new file mode 100644
index 000000000000..7f991827d8dd
--- /dev/null
+++ b/devel/vtcl/files/patch-aa
@@ -0,0 +1,13 @@
+*** vt.tcl.orig Thu May 29 23:18:11 1997
+--- vt.tcl Thu May 29 23:18:30 1997
+***************
+*** 1,4 ****
+! #!/usr/bin/wish -f
+
+ ##############################################################################
+ #
+--- 1,4 ----
+! #!/usr/local/bin/wish4.2 -f
+
+ ##############################################################################
+ #
diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab
new file mode 100644
index 000000000000..57df9194090d
--- /dev/null
+++ b/devel/vtcl/files/patch-ab
@@ -0,0 +1,19 @@
+*** vtcl.orig Thu May 29 23:18:52 1997
+--- vtcl Thu May 29 23:19:08 1997
+***************
+*** 1,7 ****
+ #!/bin/sh
+
+! PATH_TO_WISH=/usr/bin/wish
+! VTCL_HOME=/usr/local/vt
+
+ export PATH_TO_WISH
+ export VTCL_HOME
+--- 1,7 ----
+ #!/bin/sh
+
+! PATH_TO_WISH=/usr/local/bin/wish4.2
+! VTCL_HOME=/usr/local/lib/vtcl
+
+ export PATH_TO_WISH
+ export VTCL_HOME