Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81745 | Differences between
and this patch

Collapse All | Expand All

(-)expect-5.39/Makefile.in.libdir (-1 / +1 lines)
Lines 316-322 Link Here
316
CFLAGS_INT = $(MH_CFLAGS) $(CPPFLAGS) $(XCFLAGS)
316
CFLAGS_INT = $(MH_CFLAGS) $(CPPFLAGS) $(XCFLAGS)
317
317
318
LIB_INSTALL_DIR = $(tcl_libdir)
318
LIB_INSTALL_DIR = $(tcl_libdir)
319
LIB_RUNTIME_DIR = $(tcl_libdir)
319
LIB_RUNTIME_DIR = $(subst $(INSTALL_ROOT),,$(tcl_libdir))
320
# I don't understand why Tcl splits these up, but it does.  LIB_RUNTIME_DIR
320
# I don't understand why Tcl splits these up, but it does.  LIB_RUNTIME_DIR
321
# can appear as part of the LD_SEARCH_FLAGS inherited by configure.
321
# can appear as part of the LD_SEARCH_FLAGS inherited by configure.
322
322

Return to bug 81745