]> git.pld-linux.org Git - packages/tk.git/commitdiff
- add supporto to libdir, insted of prefix/lib
authorundefine <undefine@pld-linux.org>
Sun, 21 Dec 2003 21:40:01 +0000 (21:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tk-lib64.patch -> 1.1

tk-lib64.patch [new file with mode: 0644]

diff --git a/tk-lib64.patch b/tk-lib64.patch
new file mode 100644 (file)
index 0000000..295b803
--- /dev/null
@@ -0,0 +1,11 @@
+--- unix/Makefile.in~  2004-12-21 22:19:36.120774776 +0100
++++ unix/Makefile.in   2004-12-21 22:26:42.773913640 +0100
+@@ -46,7 +46,7 @@
+ # Directory from which applications will reference the library of Tcl
+ # scripts (note: you can set the TK_LIBRARY environment variable at
+ # run-time to override the compiled-in location):
+-TK_LIBRARY            = $(prefix)/lib/tk$(VERSION)
++TK_LIBRARY            = $(libdir)/tk$(VERSION)
+ # Path to use at runtime to refer to LIB_INSTALL_DIR:
+ LIB_RUNTIME_DIR               = $(libdir)
This page took 0.111479 seconds and 4 git commands to generate.