]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-headers_fix.patch
- updated to 8.4.9, updated 64bit,mannames patches
[packages/tcl.git] / tcl-headers_fix.patch
CommitLineData
bd32470e
AF
1--- tcl8.4.3/unix/Makefile.in.wiget 2003-06-09 22:18:03.000000000 +0200
2+++ tcl8.4.3/unix/Makefile.in 2003-06-09 22:18:03.000000000 +0200
3@@ -639,11 +639,11 @@
5986f2e3 4 chmod +x $(SRC_DIR)/install-sh; \
5 fi
6 @echo "Installing header files";
5c392031
JK
7- @for i in $(GENERIC_DIR)/tcl.h $(GENERIC_DIR)/tclDecls.h \
8- $(GENERIC_DIR)/tclPlatDecls.h ; \
fdcc2954 9+ @for i in tcl.h tclDecls.h tclIntDecls.h tclMath.h tclInt.h tclPort.h tclRegexp.h tclPlatDecls.h tclIntPlatDecls.h ; \
5986f2e3 10 do \
11- $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \
12+ $(INSTALL_DATA) $(GENERIC_DIR)/$$i $(INCLUDE_INSTALL_DIR); \
f448ff11 13 done;
5986f2e3 14+ $(INSTALL_DATA) $(UNIX_DIR)/tclUnixPort.h $(INCLUDE_INSTALL_DIR);
15 @echo "Installing library files to $(SCRIPT_INSTALL_DIR)";
f448ff11 16 @for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex $(UNIX_DIR)/tclAppInit.c $(UNIX_DIR)/ldAix; \
5c392031 17 do \
bd32470e
AF
18--- tcl8.4.3/generic/tclPort.h.wiget 2003-05-11 00:42:22.000000000 +0200
19+++ tcl8.4.3/generic/tclPort.h 2003-06-09 22:20:37.000000000 +0200
20@@ -24,7 +24,7 @@
21 # if defined(MAC_TCL)
22 # include "tclMacPort.h"
23 # else
24-# include "../unix/tclUnixPort.h"
25+# include "tclUnixPort.h"
26 # endif
27 #endif
28
This page took 0.085015 seconds and 4 git commands to generate.