Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 niro 706 diff -Naur tcl8.5.5/unix/configure tcl8.5.5-magellan/unix/configure
2 niro 707 --- 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 niro 706 @@ -18726,7 +18726,7 @@
5    
6     eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
7    
8 niro 707 -TCL_LIBRARY='$(prefix)/lib/tcl$(VERSION)'
9     +TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
10 niro 706 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 niro 707 --- 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 niro 706 @@ -715,7 +715,7 @@
17    
18     eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
19    
20 niro 707 -TCL_LIBRARY='$(prefix)/lib/tcl$(VERSION)'
21     +TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
22 niro 706 PRIVATE_INCLUDE_DIR='$(includedir)'
23     HTML_DIR='$(DISTDIR)/html'
24