diff --git a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild index ef853eb4c34..5acec7a6242 100644 --- a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild +++ b/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild @@ -43,7 +43,9 @@ src_prepare() { src_configure() { tc-export CC - econf $(use_with tcl) $(use_with tk) + econf \ + $(use_with tcl tcl /usr/$(get_libdir) no) \ + $(use_with tk tk /usr/$(get_libdir) no) } src_compile() {