mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-simulation/micropolis: fix eclass usage, don't call gcc directly
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13703 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
committed by
James Le Cuirot
parent
a1d4692235
commit
32068cf720
@@ -2,7 +2,8 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit eutils
|
||||
|
||||
inherit desktop eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="Free version of the well-known city building simulation"
|
||||
HOMEPAGE="http://www.donhopkins.com/home/micropolis/"
|
||||
@@ -43,7 +44,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -C src LDFLAGS="${LDFLAGS}"
|
||||
emake -C src LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user