mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
app-crypt/reop: Fallback on cc if $CC is unset
Related: ab9f93926f (commitcomment-39401778)
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -14,7 +14,7 @@ DEPEND="dev-libs/libsodium:="
|
|||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
emake CC="${CC}" CFLAGS="${CFLAGS}"
|
emake CC="${CC:-cc}" CFLAGS="${CFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_test() {
|
src_test() {
|
||||||
|
|||||||
Reference in New Issue
Block a user