sys-fs/hfsutils: Point out libdir to econf, run eautoreconf
authorJeroen Roovers <jer@gentoo.org>
Tue, 7 Jan 2020 09:09:40 +0000 (10:09 +0100)
committerJeroen Roovers <jer@gentoo.org>
Tue, 7 Jan 2020 09:11:44 +0000 (10:11 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Bug: https://bugs.gentoo.org/683860
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild

index ef853eb4c343382aca5ff30d566af24a7cfac9a4..b25482a3b41e895fc40097588e1c9a74f523f8dd 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit toolchain-funcs
+inherit autotools toolchain-funcs
 
 DESCRIPTION="HFS FS Access utils"
 HOMEPAGE="https://www.mars.org/home/rob/proj/hfs/"
@@ -39,11 +39,14 @@ src_prepare() {
                done
        )
        default
+       eautoreconf
 }
 
 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() {