summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorhe <he>1999-05-31 17:11:22 +0000
committerhe <he>1999-05-31 17:11:22 +0000
commit5c9f0c78d7d0025ff309b6ef63e1e2b137b7ff04 (patch)
treece822f6684be4403341da9690a807cb6496c4792 /mbone
parente471540f384099300da0622e8588e8e80723a2f4 (diff)
downloadpkgsrc-5c9f0c78d7d0025ff309b6ef63e1e2b137b7ff04.tar.gz
Apply the same patch as for vat to make this go with tcl8.0.5.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vic/patches/patch-ah16
1 files changed, 16 insertions, 0 deletions
diff --git a/mbone/vic/patches/patch-ah b/mbone/vic/patches/patch-ah
new file mode 100644
index 00000000000..3f19b7f54bb
--- /dev/null
+++ b/mbone/vic/patches/patch-ah
@@ -0,0 +1,16 @@
+$NetBSD: patch-ah,v 1.1 1999/05/31 17:11:22 he Exp $
+
+--- Tcl.cc.old Wed Apr 3 06:53:27 1996
++++ Tcl.cc Mon May 31 18:39:24 1999
+@@ -63,10 +63,11 @@
+
+ void Tcl::init(Tcl_Interp* tcl, const char* application)
+ {
+ instance_.tcl_ = tcl;
+ instance_.application_ = application;
++ Tcl_Init(tcl);
+ }
+
+ void Tcl::evalc(const char* s)
+ {
+ u_int n = strlen(s) + 1;