diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /mbone/sdr/files/patch-ab | |
parent | gcc 2.95 requires us to be explicit about the return type of functions. (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to '')
-rw-r--r-- | mbone/sdr/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/sdr/files/patch-ab b/mbone/sdr/files/patch-ab new file mode 100644 index 000000000000..c894da39c0cc --- /dev/null +++ b/mbone/sdr/files/patch-ab @@ -0,0 +1,11 @@ +--- sdr/src/Makefile.template.orig Tue May 25 16:27:44 1999 ++++ sdr/src/Makefile.template Thu Nov 4 11:05:39 1999 +@@ -88,7 +88,7 @@ + $(SDR_UI_FILES): tcl2c + + parsed_plugins.tcl: ../src/plugin2tcl.tcl +- tclsh8.0 ../src/plugin2tcl.tcl ++ tclsh8.2 ../src/plugin2tcl.tcl + + uweb: $(WWWOBJS) + $(CC) -ggdb -o uweb $(WWWOBJS) $(LIBS) |