Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyrec/
Date: Tue, 17 Oct 2017 07:57:24
Message-Id: 1508227037.8448ddd66ca011e209b31bf2808d9d4d74eb65e9.monsieurp@gentoo
1 commit: 8448ddd66ca011e209b31bf2808d9d4d74eb65e9
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 17 07:54:12 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 07:57:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8448ddd6
7
8 app-misc/ttyrec: override CC and CFLAGS.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
16 index ff27ddd322f..6affc3cba9b 100644
17 --- a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
18 +++ b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
19 @@ -17,7 +17,7 @@ PATCHES=( "${FILESDIR}/${P}-flags.patch" )
20 src_compile() {
21 # Bug 106530
22 [[ ${CHOST} != *-darwin* ]] && append-cppflags -DSVR4 -D_XOPEN_SOURCE=500
23 - default
24 + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
25 }
26
27 src_install() {