diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-04-19 04:54:59 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-04-19 04:54:59 +0000 |
commit | aea3c743586c56ed3e3b7ddd316f75764194efea (patch) | |
tree | b9b990dc249ee7c7b2d20c8657060328a12efdc3 /devel/tclcl/files | |
parent | 7276c1bf600c526959137bad05c40fbee31a10a1 (diff) |
Notes
Diffstat (limited to 'devel/tclcl/files')
-rw-r--r-- | devel/tclcl/files/patch-ab | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/tclcl/files/patch-ab b/devel/tclcl/files/patch-ab index 9565e4bd1cdc..c387d4c4f390 100644 --- a/devel/tclcl/files/patch-ab +++ b/devel/tclcl/files/patch-ab @@ -1,11 +1,15 @@ ---- Makefile.in.orig Mon Mar 11 15:31:08 2002 -+++ Makefile.in Mon Mar 11 15:31:21 2002 -@@ -103,7 +103,7 @@ +--- Makefile.in.orig Wed Mar 10 22:31:11 2004 ++++ Makefile.in Wed Mar 10 22:34:54 2004 +@@ -103,10 +103,10 @@ $(LIBRARY_TCL)/http2.1/http.tcl TCL_83_LIBRARY_FILES = \ $(TCL_BASE_LIBRARY_FILES) \ - $(LIBRARY_TCL)/http2.3/http.tcl + $(LIBRARY_TCL)/http2.4/http.tcl + TCL_84_LIBRARY_FILES = \ + $(TCL_BASE_LIBRARY_FILES) \ +- $(LIBRARY_TCL)/http/http.tcl ++ $(LIBRARY_TCL)/http2.4/http.tcl TCL_LIBRARY_FILES = \ @V_TCL_LIBRARY_FILES@ |