diff options
-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" \ |