summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-11-10 21:03:23 +0000
committerJames Le Cuirot <chewi@gentoo.org>2018-11-10 21:12:34 +0000
commitf5f29fa4c1cc82428a0548fcb31c294b943e2e4e (patch)
tree193a33d7d5ea3d6e6db7e88896e39877a712a61a /games-emulation
parentgames-emulation/stella: Version bump to 5.1.3 (diff)
downloadgentoo-f5f29fa4c1cc82428a0548fcb31c294b943e2e4e.tar.gz
gentoo-f5f29fa4c1cc82428a0548fcb31c294b943e2e4e.tar.bz2
gentoo-f5f29fa4c1cc82428a0548fcb31c294b943e2e4e.zip
games-emulation/stella: Respect CXX
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/stella/stella-5.1.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/stella/stella-5.1.3.ebuild b/games-emulation/stella/stella-5.1.3.ebuild
index 0c5791505610..13fede1c7973 100644
--- a/games-emulation/stella/stella-5.1.3.ebuild
+++ b/games-emulation/stella/stella-5.1.3.ebuild
@@ -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" \