diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-04-14 10:28:05 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-15 09:38:58 +0300 |
commit | f218825807c87934ce211d5fa05721f01cbf53e8 (patch) | |
tree | f95f30cbb5d35e42afa672a70bdc52bc0a1e7c0b /x11-terms | |
parent | x11-plugins/wmnet: fix build with -native-symlinks (diff) | |
download | gentoo-f218825807c87934ce211d5fa05721f01cbf53e8.tar.gz gentoo-f218825807c87934ce211d5fa05721f01cbf53e8.tar.bz2 gentoo-f218825807c87934ce211d5fa05721f01cbf53e8.zip |
x11-terms/kterm: fix build with -native-symlinks
Closes: https://bugs.gentoo.org/726244
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kterm/kterm-6.2.0-r6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-terms/kterm/kterm-6.2.0-r6.ebuild b/x11-terms/kterm/kterm-6.2.0-r6.ebuild index 8edbe912ce77..008593f28790 100644 --- a/x11-terms/kterm/kterm-6.2.0-r6.ebuild +++ b/x11-terms/kterm/kterm-6.2.0-r6.ebuild @@ -27,7 +27,7 @@ RDEPEND="app-text/rman DEPEND="${RDEPEND} virtual/pkgconfig x11-misc/gccmakedep - x11-misc/imake + >=x11-misc/imake-1.0.8-r1 " PATCHES=( @@ -45,7 +45,8 @@ src_prepare() { } src_configure() { - xmkmf -a || die + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ + IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf -a || die } src_compile() { |