]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-headers_fix.patch
- try another way;
[packages/tcl.git] / tcl-headers_fix.patch
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 @@
4             chmod +x $(SRC_DIR)/install-sh; \
5             fi
6         @echo "Installing header files";
7 -       @for i in $(GENERIC_DIR)/tcl.h $(GENERIC_DIR)/tclDecls.h \
8 -               $(GENERIC_DIR)/tclPlatDecls.h ; \
9 +       @for i in tcl.h tclDecls.h tclIntDecls.h tclMath.h tclInt.h tclPort.h tclRegexp.h tclPlatDecls.h tclIntPlatDecls.h ; \
10             do \
11 -           $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \
12 +           $(INSTALL_DATA) $(GENERIC_DIR)/$$i $(INCLUDE_INSTALL_DIR); \
13             done;
14 +           $(INSTALL_DATA) $(UNIX_DIR)/tclUnixPort.h $(INCLUDE_INSTALL_DIR);
15         @echo "Installing library files to $(SCRIPT_INSTALL_DIR)";
16         @for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex $(UNIX_DIR)/tclAppInit.c $(UNIX_DIR)/ldAix; \
17             do \
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.056578 seconds and 3 git commands to generate.