]> git.pld-linux.org Git - packages/tk.git/blob - tk-headers_fix.patch
- added TODO
[packages/tk.git] / tk-headers_fix.patch
1 --- tk8.4.3/unix/Makefile.in.wiget      2003-05-20 20:37:04.000000000 +0200
2 +++ tk8.4.3/unix/Makefile.in    2003-06-11 09:15:18.000000000 +0200
3 @@ -563,7 +563,13 @@
4             fi
5         @echo "Installing header files";
6         @for i in $(GENERIC_DIR)/tk.h $(GENERIC_DIR)/tkDecls.h \
7 -               $(GENERIC_DIR)/tkPlatDecls.h ; \
8 +               $(GENERIC_DIR)/tkPlatDecls.h  \
9 +               $(GENERIC_DIR)/tkIntXlibDecls.h \
10 +               $(GENERIC_DIR)/tkIntDecls.h $(GENERIC_DIR)/tkCanvas.h \
11 +               $(UNIX_DIR)/tkUnixPort.h $(GENERIC_DIR)/tkPort.h \
12 +               $(GENERIC_DIR)/default.h $(UNIX_DIR)/tkUnixDefault.h \
13 +               $(UNIX_DIR)/tkUnixInt.h $(COMPAT_DIR)/limits.h \
14 +               $(COMPAT_DIR)/unistd.h $(COMPAT_DIR)/stdlib.h ; \
15             do \
16             $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \
17             done;
18 --- tk8.4.3/generic/tkPort.h.wiget      2002-08-31 08:12:26.000000000 +0200
19 +++ tk8.4.3/generic/tkPort.h    2003-06-11 09:13:07.000000000 +0200
20 @@ -31,7 +31,7 @@
21  #   elif defined(MAC_OSX_TK)
22  #      include "../macosx/tkMacOSXPort.h"
23  #   else
24 -#      include "../unix/tkUnixPort.h"
25 +#      include <tkUnixPort.h>
26  #   endif
27  #endif
28  
This page took 0.108345 seconds and 3 git commands to generate.