summaryrefslogtreecommitdiff
path: root/x11-misc/dclock/dclock-2.2.2_p12.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-misc/dclock/dclock-2.2.2_p12.ebuild
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-misc/dclock/dclock-2.2.2_p12.ebuild')
-rw-r--r--x11-misc/dclock/dclock-2.2.2_p12.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/dclock/dclock-2.2.2_p12.ebuild b/x11-misc/dclock/dclock-2.2.2_p12.ebuild
index f716d8cf1f53..aa4f9a6f28fd 100644
--- a/x11-misc/dclock/dclock-2.2.2_p12.ebuild
+++ b/x11-misc/dclock/dclock-2.2.2_p12.ebuild
@@ -30,7 +30,7 @@ DEPEND="
"
BDEPEND="
app-text/rman
- x11-misc/imake
+ >=x11-misc/imake-1.0.8-r1
xft? ( virtual/pkgconfig )
"
S=${WORKDIR}/${P/_p*/}
@@ -53,7 +53,8 @@ src_configure() {
sed -i -e '/EXTRA_LIBRARIES/s|^|#|g' Imakefile || die
fi
- xmkmf || die
+ CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
+ IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die
}
src_compile() {