diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-07 10:09:40 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-07 10:11:44 +0100 |
commit | 4c87068986e3565dab6697d97e1f44457a493048 (patch) | |
tree | 59ce98c14376708307e7aefc405b052659d18700 /sys-fs | |
parent | sys-apps/nix, sys-apps/guix: remove masked package (diff) | |
download | gentoo-4c87068986e3565dab6697d97e1f44457a493048.tar.gz gentoo-4c87068986e3565dab6697d97e1f44457a493048.tar.bz2 gentoo-4c87068986e3565dab6697d97e1f44457a493048.zip |
sys-fs/hfsutils: Point out libdir to econf, run eautoreconf
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Bug: https://bugs.gentoo.org/683860
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild index ef853eb4c343..b25482a3b41e 100644 --- a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild +++ b/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild @@ -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() { |