summaryrefslogtreecommitdiff
path: root/lang/tcl87/files/patch-unix_Makefile.in
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2018-07-31 12:47:10 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2018-07-31 12:47:10 +0000
commit98bcd32febeb2c799988ebbd7b7bbad93ee4d41d (patch)
tree6fec6ba099e3e331d555aaabe5d9c44b14542fc0 /lang/tcl87/files/patch-unix_Makefile.in
parentUpdate Samba 4.8 to the 4.8.3 version. (diff)
lang/tcl87: install private headers, needed e.g. by lang/tclX
Diffstat (limited to 'lang/tcl87/files/patch-unix_Makefile.in')
-rw-r--r--lang/tcl87/files/patch-unix_Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/tcl87/files/patch-unix_Makefile.in b/lang/tcl87/files/patch-unix_Makefile.in
index 85b34e351307..06140df6dd0b 100644
--- a/lang/tcl87/files/patch-unix_Makefile.in
+++ b/lang/tcl87/files/patch-unix_Makefile.in
@@ -64,3 +64,18 @@
install-tzdata:
@for i in tzdata; \
+@@ -953,10 +956,13 @@
+ done;
+ @echo "Installing header files to $(INCLUDE_INSTALL_DIR)/";
+ @for i in $(GENERIC_DIR)/tcl.h $(GENERIC_DIR)/tclDecls.h \
++ $(GENERIC_DIR)/tclInt.h $(GENERIC_DIR)/tclIntDecls.h \
++ $(GENERIC_DIR)/tclIntPlatDecls.h $(GENERIC_DIR)/tclPort.h\
+ $(GENERIC_DIR)/tclOO.h $(GENERIC_DIR)/tclOODecls.h \
+ $(GENERIC_DIR)/tclPlatDecls.h \
+ $(GENERIC_DIR)/tclTomMath.h \
+- $(GENERIC_DIR)/tclTomMathDecls.h ; \
++ $(GENERIC_DIR)/tclTomMathDecls.h \
++ $(UNIX_DIR)/tclUnixPort.h ; \
+ do \
+ $(INSTALL_DATA) $$i "$(INCLUDE_INSTALL_DIR)"; \
+ done;