commit: 8448ddd66ca011e209b31bf2808d9d4d74eb65e9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 07:54:12 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 07:57:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8448ddd6
app-misc/ttyrec: override CC and CFLAGS.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
index ff27ddd322f..6affc3cba9b 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() {