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/xfishtank/
Date: Thu, 15 Apr 2021 06:40:07
Message-Id: 1618468736.a48666c5159273be4428758e56e3d12e34266dc5.juippis@gentoo
1 commit: a48666c5159273be4428758e56e3d12e34266dc5
2 Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 14 12:48:18 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 06:38:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48666c5
7
8 x11-misc/xfishtank: fix build with -native-symlinks
9
10 Closes: https://bugs.gentoo.org/726228
11 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 x11-misc/xfishtank/xfishtank-2.5.ebuild | 11 +++++------
15 1 file changed, 5 insertions(+), 6 deletions(-)
16
17 diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
18 index 7ef03d5d699..cda06f5cd4d 100644
19 --- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
20 +++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
21 @@ -18,17 +18,16 @@ RDEPEND="
22 x11-libs/libXext
23 x11-libs/libXt
24 "
25 -DEPEND="
26 - ${RDEPEND}
27 - x11-base/xorg-proto
28 -"
29 +DEPEND="${RDEPEND}"
30 BDEPEND="
31 - x11-misc/imake
32 + x11-base/xorg-proto
33 + >=x11-misc/imake-1.0.8-r1
34 "
35 S=${WORKDIR}/${PN}
36
37 src_configure() {
38 - xmkmf || die
39 + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
40 + IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die
41 }
42
43 src_compile() {