[mingw-tcl: 6/25] add forgotten patch

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:55:50 UTC 2012


commit fdbbdd92ef9c9fe096b2076c447067caec921d7a
Author: sailer <sailer at fedoraproject.org>
Date:   Sat May 23 12:23:34 2009 +0000

    add forgotten patch

 tcl-nativetclsh.patch |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/tcl-nativetclsh.patch b/tcl-nativetclsh.patch
new file mode 100644
index 0000000..e27abcf
--- /dev/null
+++ b/tcl-nativetclsh.patch
@@ -0,0 +1,27 @@
+--- win/Makefile.in.orig	2009-05-23 14:03:18.000000000 +0200
++++ win/Makefile.in	2009-05-23 14:05:10.000000000 +0200
+@@ -385,7 +385,7 @@
+ 
+ winhelp: $(ROOT_DIR)/tools/man2help.tcl $(MAN2TCL)
+ 	TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
+-	./$(TCLSH) "$(ROOT_DIR_NATIVE)"/tools/man2help.tcl tcl "$(VER)" $(TCL_DOCS)
++	tclsh$(DOTVER) "$(ROOT_DIR_NATIVE)"/tools/man2help.tcl tcl "$(VER)" $(TCL_DOCS)
+ 	hcw /c /e tcl.hpj
+ 
+ $(MAN2TCL): $(ROOT_DIR)/tools/man2tcl.c
+@@ -658,13 +658,13 @@
+ install-tzdata:
+ 	@echo "Installing time zone data"
+ 	@TCL_LIBRARY="${LIBRARY_DIR}"; export TCL_LIBRARY; \
+-	./$(TCLSH) "$(ROOT_DIR)/tools/installData.tcl" \
++	tclsh$(DOTVER) "$(ROOT_DIR)/tools/installData.tcl" \
+ 	    "$(ROOT_DIR)/library/tzdata" "$(SCRIPT_INSTALL_DIR)/tzdata"
+ 
+ install-msgs:
+ 	@echo "Installing message catalogs"
+ 	@TCL_LIBRARY="${LIBRARY_DIR}"; export TCL_LIBRARY; \
+-	./$(TCLSH) "$(ROOT_DIR)/tools/installData.tcl" \
++	tclsh$(DOTVER) "$(ROOT_DIR)/tools/installData.tcl" \
+ 	    "$(ROOT_DIR)/library/msgs" "$(SCRIPT_INSTALL_DIR)/msgs"
+ 
+ install-doc: doc


More information about the scm-commits mailing list