summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-04 12:15:35 +0100
committerSam James <sam@gentoo.org>2022-10-04 12:16:40 +0100
commit4213175d26cf80775df055a233ea7a0c9f15977c (patch)
tree4109a1b864ec01ebf11219f884988a169ac67edd
parentx11-libs/libast: add 0.8 (diff)
downloadgentoo-4213175d26cf80775df055a233ea7a0c9f15977c.tar.gz
gentoo-4213175d26cf80775df055a233ea7a0c9f15977c.tar.bz2
gentoo-4213175d26cf80775df055a233ea7a0c9f15977c.zip
dev-tcltk/tktray: fix tclconfig path
Tcl is multilib, who knew! Closes: https://bugs.gentoo.org/874870 Bug: https://bugs.gentoo.org/874852 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-tcltk/tktray/tktray-1.3.9-r2.ebuild (renamed from dev-tcltk/tktray/tktray-1.3.9-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild b/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
index 13d6a1f00c5b..db484aefe6cd 100644
--- a/dev-tcltk/tktray/tktray-1.3.9-r1.ebuild
+++ b/dev-tcltk/tktray/tktray-1.3.9-r2.ebuild
@@ -36,7 +36,7 @@ src_prepare() {
}
src_configure() {
- source "${ESYSROOT}"/usr/lib/tclConfig.sh || die
+ source "${ESYSROOT}/usr/$(get_libdir)/tclConfig.sh" || die
CPPFLAGS="-I${TCL_SRC_DIR}/generic ${CPPFLAGS}" \
econf \