games-emulation/stella: Respect CXX

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2018-11-10 21:03:23 +00:00
parent e647fa5696
commit f5f29fa4c1

View File

@@ -3,7 +3,7 @@
EAPI=6
inherit desktop gnome2-utils
inherit desktop flag-o-matic gnome2-utils
DESCRIPTION="Multi-platform Atari 2600 VCS Emulator"
HOMEPAGE="https://stella-emu.github.io"
@@ -38,6 +38,7 @@ src_prepare() {
src_configure() {
# not an autoconf script
CXX=$(tc-getCXX) \
./configure \
--prefix="/usr" \
--bindir="/usr/bin" \