Magellan Linux

Contents of /trunk/expect/patches/expect-5.43.0-libdir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 480 byte(s)
-import

1 --- expect-5.39/Makefile.in.libdir 2003-07-30 00:46:51.000000000 +0200
2 +++ expect-5.39/Makefile.in 2003-11-17 17:54:52.000000000 +0100
3 @@ -316,7 +316,7 @@
4 CFLAGS_INT = $(MH_CFLAGS) $(CPPFLAGS) $(XCFLAGS)
5
6 LIB_INSTALL_DIR = $(tcl_libdir)
7 -LIB_RUNTIME_DIR = $(tcl_libdir)
8 +LIB_RUNTIME_DIR = $(subst $(INSTALL_ROOT),,$(tcl_libdir))
9 # I don't understand why Tcl splits these up, but it does. LIB_RUNTIME_DIR
10 # can appear as part of the LD_SEARCH_FLAGS inherited by configure.
11