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/dclock/
Date: Thu, 15 Apr 2021 06:40:05
Message-Id: 1618468735.5615f08d070671875b2cd7f2932cd73ae432c751.juippis@gentoo
1 commit: 5615f08d070671875b2cd7f2932cd73ae432c751
2 Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 14 12:12:16 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 06:38:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5615f08d
7
8 x11-misc/dclock: fix build with -native-symlinks
9
10 Closes: https://bugs.gentoo.org/726136
11 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 x11-misc/dclock/dclock-2.2.2_p12.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-misc/dclock/dclock-2.2.2_p12.ebuild b/x11-misc/dclock/dclock-2.2.2_p12.ebuild
18 index f716d8cf1f5..aa4f9a6f28f 100644
19 --- a/x11-misc/dclock/dclock-2.2.2_p12.ebuild
20 +++ b/x11-misc/dclock/dclock-2.2.2_p12.ebuild
21 @@ -30,7 +30,7 @@ DEPEND="
22 "
23 BDEPEND="
24 app-text/rman
25 - x11-misc/imake
26 + >=x11-misc/imake-1.0.8-r1
27 xft? ( virtual/pkgconfig )
28 "
29 S=${WORKDIR}/${P/_p*/}
30 @@ -53,7 +53,8 @@ src_configure() {
31 sed -i -e '/EXTRA_LIBRARIES/s|^|#|g' Imakefile || die
32 fi
33
34 - xmkmf || die
35 + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
36 + IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die
37 }
38
39 src_compile() {