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-misc/xxkb/
Date: Thu, 15 Apr 2021 06:40:07
Message-Id: 1618468738.2d163581119d42e48a45d82621fddab990822bec.juippis@gentoo
1 commit: 2d163581119d42e48a45d82621fddab990822bec
2 Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 14 13:52:12 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=2d163581
7
8 x11-misc/xxkb: fix build with -native-symlinks
9
10 Closes: https://bugs.gentoo.org/732428
11 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 x11-misc/xxkb/xxkb-1.11.1-r1.ebuild | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-misc/xxkb/xxkb-1.11.1-r1.ebuild b/x11-misc/xxkb/xxkb-1.11.1-r1.ebuild
18 index bd8c8243f12..f95535a71bf 100644
19 --- a/x11-misc/xxkb/xxkb-1.11.1-r1.ebuild
20 +++ b/x11-misc/xxkb/xxkb-1.11.1-r1.ebuild
21 @@ -31,7 +31,7 @@ RDEPEND="
22 DEPEND="${RDEPEND}"
23 BDEPEND="
24 app-text/rman
25 - x11-misc/imake
26 + >=x11-misc/imake-1.0.8-r1
27 svg? ( virtual/pkgconfig )
28 "
29
30 @@ -48,7 +48,9 @@ src_prepare() {
31 }
32
33 src_configure() {
34 - xmkmf $(usex svg -DWITH_SVG_SUPPORT '') || die
35 + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
36 + IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" \
37 + xmkmf $(usex svg -DWITH_SVG_SUPPORT '') || die
38 }
39
40 src_compile() {