mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tcltk/tclreadline: fix path for shared library
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -19,6 +19,13 @@ DEPEND="dev-lang/tcl:0=
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i \
|
||||
-e "/TCLRL_LIBDIR/s|/usr/lib|/usr/$(get_libdir)|" \
|
||||
configure || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myConf=--with-tcl="${EPREFIX}/usr/$(get_libdir)"
|
||||
if ! use tk; then
|
||||
|
||||
Reference in New Issue
Block a user