Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 706 - (hide annotations) (download)
Wed Oct 15 23:02:11 2008 UTC (15 years, 7 months ago) by niro
File size: 846 byte(s)
-re-diffed against tcl-8.5.5

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