Magellan Linux

Contents of /trunk/tcl/patches/tcl-8.5.5-libdir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 707 - (show annotations) (download)
Wed Oct 15 23:07:10 2008 UTC (15 years, 6 months ago) by niro
File size: 846 byte(s)
-fixed patch

1 diff -Naur tcl8.5.5/unix/configure tcl8.5.5-magellan/unix/configure
2 --- tcl8.5.5/unix/configure 2008-10-14 21:44:37.000000000 +0200
3 +++ tcl8.5.5-magellan/unix/configure 2008-10-16 01:16:42.000000000 +0200
4 @@ -18726,7 +18726,7 @@
5
6 eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
7
8 -TCL_LIBRARY='$(prefix)/lib/tcl$(VERSION)'
9 +TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
10 PRIVATE_INCLUDE_DIR='$(includedir)'
11 HTML_DIR='$(DISTDIR)/html'
12
13 diff -Naur tcl8.5.5/unix/configure.in tcl8.5.5-magellan/unix/configure.in
14 --- tcl8.5.5/unix/configure.in 2008-10-14 21:44:37.000000000 +0200
15 +++ tcl8.5.5-magellan/unix/configure.in 2008-10-16 01:16:42.000000000 +0200
16 @@ -715,7 +715,7 @@
17
18 eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
19
20 -TCL_LIBRARY='$(prefix)/lib/tcl$(VERSION)'
21 +TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
22 PRIVATE_INCLUDE_DIR='$(includedir)'
23 HTML_DIR='$(DISTDIR)/html'
24