mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
games-action/netrek-brmh: fix compiler vars
Closes: https://bugs.gentoo.org/785013 Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
@@ -29,7 +29,10 @@ BDEPEND="
|
|||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
xmkmf || die
|
xmkmf || die
|
||||||
emake depend || die
|
emake depend \
|
||||||
|
CC="$(tc-getCC)" \
|
||||||
|
CDEBUGFLAGS="${CFLAGS}" \
|
||||||
|
LOCAL_LDFLAGS="${LDFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
|||||||
Reference in New Issue
Block a user