summaryrefslogtreecommitdiffstats
path: root/mbone
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2002-06-11 09:43:31 +0000
committerjkoshy <jkoshy@FreeBSD.org>2002-06-11 09:43:31 +0000
commit710d4909f077dea7e43e09259fea23ac7f1d759e (patch)
tree6bee9695d56e327d9e0c4bdc9e7f39002848a8ee /mbone
parent008639eab42936fb734c72cc9d19561e07ba8341 (diff)
downloadFreeBSD-ports-710d4909f077dea7e43e09259fea23ac7f1d759e.zip
FreeBSD-ports-710d4909f077dea7e43e09259fea23ac7f1d759e.tar.gz
Fix a bug that removes a startup problem with rtpmon, namely erroring out
with 'invalid command name: tcl_findLibrary'. Approved by: Bill Fenner <fenner@freebsd.org>
Diffstat (limited to 'mbone')
-rw-r--r--mbone/rtpmon/files/patch-Tcl.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/mbone/rtpmon/files/patch-Tcl.cc b/mbone/rtpmon/files/patch-Tcl.cc
new file mode 100644
index 0000000..558a417
--- /dev/null
+++ b/mbone/rtpmon/files/patch-Tcl.cc
@@ -0,0 +1,10 @@
+--- Tcl.cc-- Mon Jun 10 16:59:27 2002
++++ Tcl.cc Mon Jun 10 16:59:31 2002
+@@ -66,6 +66,7 @@
+ {
+ instance_.tcl_ = tcl;
+ instance_.application_ = application;
++ Tcl_Init(tcl);
+ }
+
+ void Tcl::evalf(const char* fmt, ...)
OpenPOWER on IntegriCloud