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

Collapse All | Expand All

(-)a/tcl-8.5.11.ebuild (-1 / +1 lines)
Lines 71-77 Link Here
71
	S= emake DESTDIR="${D}" install
71
	S= emake DESTDIR="${D}" install
72
72
73
	# fix the tclConfig.sh to eliminate refs to the build directory
73
	# fix the tclConfig.sh to eliminate refs to the build directory
74
	local mylibdir=$(get_libdir) ; mylibdir=${mylibdir//\/}
74
	local mylibdir=$(get_libdir)
75
	sed -i \
75
	sed -i \
76
		-e "s,^TCL_BUILD_LIB_SPEC='-L.*/unix,TCL_BUILD_LIB_SPEC='-L${EPREFIX}/usr/${mylibdir}," \
76
		-e "s,^TCL_BUILD_LIB_SPEC='-L.*/unix,TCL_BUILD_LIB_SPEC='-L${EPREFIX}/usr/${mylibdir}," \
77
		-e "s,^TCL_SRC_DIR='.*',TCL_SRC_DIR='${EPREFIX}/usr/${mylibdir}/tcl${v1}/include'," \
77
		-e "s,^TCL_SRC_DIR='.*',TCL_SRC_DIR='${EPREFIX}/usr/${mylibdir}/tcl${v1}/include'," \

Return to bug 408261