From 57e23ae1e454ed03b8ac2ecae8c888befcb6eb27 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 14 Apr 2021 05:14:42 -0400 Subject: games-board/xmille: fix build with -native-symlinks Closes: https://bugs.gentoo.org/730810 Signed-off-by: Ionen Wolkens Signed-off-by: Joonas Niilola --- games-board/xmille/xmille-2.0-r4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games-board') diff --git a/games-board/xmille/xmille-2.0-r4.ebuild b/games-board/xmille/xmille-2.0-r4.ebuild index 2bc11c74ae43..966fec4aec02 100644 --- a/games-board/xmille/xmille-2.0-r4.ebuild +++ b/games-board/xmille/xmille-2.0-r4.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" BDEPEND=" app-text/rman - x11-misc/imake + >=x11-misc/imake-1.0.8-r1 " RDEPEND="x11-libs/libXext" DEPEND="${RDEPEND}" @@ -29,7 +29,8 @@ src_prepare() { } src_configure() { - xmkmf || die + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ + IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die } src_compile() { -- cgit v1.2.3-65-gdbad