mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user