diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-04-14 05:00:54 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-15 09:38:51 +0300 |
commit | 7945648d21f34a475a5abc1e6d138659cd7fa446 (patch) | |
tree | c22cddd631e1fc53e35ed52f303e1b1174f6142e /games-board/xgammon | |
parent | games-arcade/xscavenger: fix build with -native-symlinks (diff) | |
download | gentoo-7945648d21f34a475a5abc1e6d138659cd7fa446.tar.gz gentoo-7945648d21f34a475a5abc1e6d138659cd7fa446.tar.bz2 gentoo-7945648d21f34a475a5abc1e6d138659cd7fa446.zip |
games-board/xgammon: fix build with -native-symlinks
Closes: https://bugs.gentoo.org/730832
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-board/xgammon')
-rw-r--r-- | games-board/xgammon/xgammon-0.98-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-board/xgammon/xgammon-0.98-r2.ebuild b/games-board/xgammon/xgammon-0.98-r2.ebuild index bc9581d4f527..f06e57934f4d 100644 --- a/games-board/xgammon/xgammon-0.98-r2.ebuild +++ b/games-board/xgammon/xgammon-0.98-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" app-text/rman - x11-misc/imake" + >=x11-misc/imake-1.0.8-r1" S="${WORKDIR}/${P}a" @@ -32,7 +32,8 @@ PATCHES=( ) src_configure() { - xmkmf || die + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ + IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die } src_compile() { |