]> git.pld-linux.org Git - packages/tk.git/blame - tk-lib64.patch
- add supporto to libdir, insted of prefix/lib
[packages/tk.git] / tk-lib64.patch
CommitLineData
f765d731 1--- unix/Makefile.in~ 2004-12-21 22:19:36.120774776 +0100
2+++ unix/Makefile.in 2004-12-21 22:26:42.773913640 +0100
3@@ -46,7 +46,7 @@
4 # Directory from which applications will reference the library of Tcl
5 # scripts (note: you can set the TK_LIBRARY environment variable at
6 # run-time to override the compiled-in location):
7-TK_LIBRARY = $(prefix)/lib/tk$(VERSION)
8+TK_LIBRARY = $(libdir)/tk$(VERSION)
9
10 # Path to use at runtime to refer to LIB_INSTALL_DIR:
11 LIB_RUNTIME_DIR = $(libdir)
This page took 0.077208 seconds and 4 git commands to generate.