summaryrefslogtreecommitdiff
path: root/devel/gcc-msp430-ti-toolchain/files/patch-tk_unix_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gcc-msp430-ti-toolchain/files/patch-tk_unix_Makefile.in')
-rw-r--r--devel/gcc-msp430-ti-toolchain/files/patch-tk_unix_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gcc-msp430-ti-toolchain/files/patch-tk_unix_Makefile.in b/devel/gcc-msp430-ti-toolchain/files/patch-tk_unix_Makefile.in
new file mode 100644
index 000000000000..381097d64f95
--- /dev/null
+++ b/devel/gcc-msp430-ti-toolchain/files/patch-tk_unix_Makefile.in
@@ -0,0 +1,11 @@
+--- tk/unix/Makefile.in.orig 2012-04-18 00:37:08 UTC
++++ tk/unix/Makefile.in
+@@ -41,7 +41,7 @@ mandir = @mandir@
+ # to be different than those used for actually reference files at
+ # run-time. INSTALL_ROOT is prepended to $prefix and $exec_prefix
+ # when installing files.
+-INSTALL_ROOT =
++INSTALL_ROOT = $(DESTDIR)
+
+ # Directory from which applications will reference the library of Tcl
+ # scripts (note: you can set the TK_LIBRARY environment variable at