diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-11-10 21:03:23 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-11-10 21:12:34 +0000 |
commit | f5f29fa4c1cc82428a0548fcb31c294b943e2e4e (patch) | |
tree | 193a33d7d5ea3d6e6db7e88896e39877a712a61a /games-emulation/stella | |
parent | games-emulation/stella: Version bump to 5.1.3 (diff) | |
download | gentoo-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/stella')
-rw-r--r-- | games-emulation/stella/stella-5.1.3.ebuild | 3 |
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" \ |