summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-10-17 09:54:12 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-17 09:57:17 +0200
commit8448ddd66ca011e209b31bf2808d9d4d74eb65e9 (patch)
tree8805330299bc14ea13aa2ef8b041aba01fac098e /app-misc
parentapp-emulation/xen-tools: fix bashism (diff)
downloadgentoo-8448ddd66ca011e209b31bf2808d9d4d74eb65e9.tar.gz
gentoo-8448ddd66ca011e209b31bf2808d9d4d74eb65e9.tar.bz2
gentoo-8448ddd66ca011e209b31bf2808d9d4d74eb65e9.zip
app-misc/ttyrec: override CC and CFLAGS.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
index ff27ddd322f7..6affc3cba9b4 100644
--- a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
+++ b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
@@ -17,7 +17,7 @@ PATCHES=( "${FILESDIR}/${P}-flags.patch" )
src_compile() {
# Bug 106530
[[ ${CHOST} != *-darwin* ]] && append-cppflags -DSVR4 -D_XOPEN_SOURCE=500
- default
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}
src_install() {