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 /net/sdr/files | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) |
Notes
Diffstat (limited to 'net/sdr/files')
-rw-r--r-- | net/sdr/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sdr/files/patch-ab b/net/sdr/files/patch-ab new file mode 100644 index 000000000000..c894da39c0cc --- /dev/null +++ b/net/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) |