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>
# 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/"
}
src_compile() {
- emake -C src LDFLAGS="${LDFLAGS}"
+ emake -C src LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
}
src_install() {