Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kterm/
Date: Thu, 15 Apr 2021 06:40:09
Message-Id: 1618468738.f218825807c87934ce211d5fa05721f01cbf53e8.juippis@gentoo
1 commit: f218825807c87934ce211d5fa05721f01cbf53e8
2 Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 14 14:28:05 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 06:38:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2188258
7
8 x11-terms/kterm: fix build with -native-symlinks
9
10 Closes: https://bugs.gentoo.org/726244
11 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 x11-terms/kterm/kterm-6.2.0-r6.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-terms/kterm/kterm-6.2.0-r6.ebuild b/x11-terms/kterm/kterm-6.2.0-r6.ebuild
18 index 8edbe912ce7..008593f2879 100644
19 --- a/x11-terms/kterm/kterm-6.2.0-r6.ebuild
20 +++ b/x11-terms/kterm/kterm-6.2.0-r6.ebuild
21 @@ -27,7 +27,7 @@ RDEPEND="app-text/rman
22 DEPEND="${RDEPEND}
23 virtual/pkgconfig
24 x11-misc/gccmakedep
25 - x11-misc/imake
26 + >=x11-misc/imake-1.0.8-r1
27 "
28
29 PATCHES=(
30 @@ -45,7 +45,8 @@ src_prepare() {
31 }
32
33 src_configure() {
34 - xmkmf -a || die
35 + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
36 + IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf -a || die
37 }
38
39 src_compile() {