Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsutils/
Date: Tue, 07 Jan 2020 09:11:53
Message-Id: 1578388304.4c87068986e3565dab6697d97e1f44457a493048.jer@gentoo
1 commit: 4c87068986e3565dab6697d97e1f44457a493048
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 09:09:40 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 09:11:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c870689
7
8 sys-fs/hfsutils: Point out libdir to econf, run eautoreconf
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Bug: https://bugs.gentoo.org/683860
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild | 9 ++++++---
15 1 file changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild
18 index ef853eb4c34..b25482a3b41 100644
19 --- a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild
20 +++ b/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -inherit toolchain-funcs
28 +inherit autotools toolchain-funcs
29
30 DESCRIPTION="HFS FS Access utils"
31 HOMEPAGE="https://www.mars.org/home/rob/proj/hfs/"
32 @@ -39,11 +39,14 @@ src_prepare() {
33 done
34 )
35 default
36 + eautoreconf
37 }
38
39 src_configure() {
40 tc-export CC
41 - econf $(use_with tcl) $(use_with tk)
42 + econf \
43 + $(use_with tcl tcl /usr/$(get_libdir) no) \
44 + $(use_with tk tk /usr/$(get_libdir) no)
45 }
46
47 src_compile() {