Skip to content

Commit

Permalink
games-emulation/stella: Respect CXX
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Nov 10, 2018
1 parent e647fa5 commit f5f29fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games-emulation/stella/stella-5.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -38,6 +38,7 @@ src_prepare() {

src_configure() {
# not an autoconf script
CXX=$(tc-getCXX) \
./configure \
--prefix="/usr" \
--bindir="/usr/bin" \
Expand Down

0 comments on commit f5f29fa

Please sign in to comment.