projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd18818
)
app-misc/ttyrec: override CC and CFLAGS.
author
Patrice Clement
<monsieurp@gentoo.org>
Tue, 17 Oct 2017 07:54:12 +0000
(09:54 +0200)
committer
Patrice Clement
<monsieurp@gentoo.org>
Tue, 17 Oct 2017 07:57:17 +0000
(09:57 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
index ff27ddd322f749d05256c9027ded332ce433c701..6affc3cba9b4f1011ce915c25decb77498f21658 100644
(file)
--- 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() {