diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-04-14 05:38:33 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-15 09:38:52 +0300 |
commit | 3c8913d7268e8dd1d33b1126963108f476eb6b2e (patch) | |
tree | edcb41434079be5a77434d382ead42814cd0b62a /games-board/xscrabble | |
parent | games-board/xmille: fix build with -native-symlinks (diff) | |
download | gentoo-3c8913d7268e8dd1d33b1126963108f476eb6b2e.tar.gz gentoo-3c8913d7268e8dd1d33b1126963108f476eb6b2e.tar.bz2 gentoo-3c8913d7268e8dd1d33b1126963108f476eb6b2e.zip |
games-board/xscrabble: fix build with -native-symlinks
Closes: https://bugs.gentoo.org/779973
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-board/xscrabble')
-rw-r--r-- | games-board/xscrabble/xscrabble-2.10-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-board/xscrabble/xscrabble-2.10-r3.ebuild b/games-board/xscrabble/xscrabble-2.10-r3.ebuild index 666b557270e5..90d352cb9718 100644 --- a/games-board/xscrabble/xscrabble-2.10-r3.ebuild +++ b/games-board/xscrabble/xscrabble-2.10-r3.ebuild @@ -23,7 +23,7 @@ RDEPEND=" " BDEPEND=" x11-misc/gccmakedep - x11-misc/imake + >=x11-misc/imake-1.0.8-r1 " PATCHES=( @@ -51,7 +51,8 @@ src_prepare() { } src_configure() { - tc-export AR CC RANLIB + tc-export AR CC LD RANLIB + export IMAKECPP=${IMAKECPP:-$(tc-getCPP)} } src_compile() { |