summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <sudinave@gmail.com>2021-04-14 05:14:42 -0400
committerJoonas Niilola <juippis@gentoo.org>2021-04-15 09:38:52 +0300
commit57e23ae1e454ed03b8ac2ecae8c888befcb6eb27 (patch)
treefc208e074e33b70970c6a23a7258915034d42735 /games-board/xmille/xmille-2.0-r4.ebuild
parentgames-board/xgammon: fix build with -native-symlinks (diff)
downloadgentoo-57e23ae1e454ed03b8ac2ecae8c888befcb6eb27.tar.gz
gentoo-57e23ae1e454ed03b8ac2ecae8c888befcb6eb27.tar.bz2
gentoo-57e23ae1e454ed03b8ac2ecae8c888befcb6eb27.zip
games-board/xmille: fix build with -native-symlinks
Closes: https://bugs.gentoo.org/730810 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-board/xmille/xmille-2.0-r4.ebuild')
-rw-r--r--games-board/xmille/xmille-2.0-r4.ebuild5
1 files changed, 3 insertions, 2 deletions
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() {