summaryrefslogtreecommitdiff
path: root/lang/tcl84/files/patch-aa
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-03 09:13:49 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-03 09:13:49 +0000
commit6a903d650aedfa6860259b522fa5eda270bbfbd5 (patch)
tree13e657d9253e3337f45cbe2ad553842b3b80557a /lang/tcl84/files/patch-aa
parentUpgrade to version 4.05 and remove LIB32DIR from plist. (diff)
- STAGE-clean
- Fix LICENSE
Notes
Notes: svn path=/head/; revision=342395
Diffstat (limited to 'lang/tcl84/files/patch-aa')
-rw-r--r--lang/tcl84/files/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/tcl84/files/patch-aa b/lang/tcl84/files/patch-aa
index 4ad9c0d22ff6..461f6d19736c 100644
--- a/lang/tcl84/files/patch-aa
+++ b/lang/tcl84/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in.orig 2013-05-28 17:05:26.000000000 +0200
-+++ Makefile.in 2013-06-03 14:45:07.000000000 +0200
+--- Makefile.in.orig 2013-06-03 19:29:06.000000000 +0200
++++ Makefile.in 2014-02-03 09:56:38.000000000 +0100
@@ -56,6 +56,8 @@
# Directory in which to install the include file tcl.h:
@@ -107,9 +107,9 @@
- $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \
+ $(INSTALL_DATA) $$i $(UNIX_INCLUDE_INSTALL_DIR); \
done;
-+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tcl.h $(INCLUDE_INSTALL_DIR)/tcl.h
-+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tclDecls.h $(INCLUDE_INSTALL_DIR)/tclDecls.h
-+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tclPlatDecls.h $(INCLUDE_INSTALL_DIR)/tclPlatDecls.h
++ @ln -sf generic/tcl.h $(INCLUDE_INSTALL_DIR)/tcl.h
++ @ln -sf generic/tclDecls.h $(INCLUDE_INSTALL_DIR)/tclDecls.h
++ @ln -sf generic/tclPlatDecls.h $(INCLUDE_INSTALL_DIR)/tclPlatDecls.h
@echo "Installing library files to $(SCRIPT_INSTALL_DIR)";
@for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex \
$(UNIX_DIR)/tclAppInit.c $(UNIX_DIR)/ldAix @DTRACE_SRC@; \