projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e647fa5
)
games-emulation/stella: Respect CXX
author
James Le Cuirot
<chewi@gentoo.org>
Sat, 10 Nov 2018 21:03:23 +0000
(21:03 +0000)
committer
James Le Cuirot
<chewi@gentoo.org>
Sat, 10 Nov 2018 21:12:34 +0000
(21:12 +0000)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
games-emulation/stella/stella-5.1.3.ebuild
patch
|
blob
|
history
diff --git
a/games-emulation/stella/stella-5.1.3.ebuild
b/games-emulation/stella/stella-5.1.3.ebuild
index 0c57915056104e2d4aa384d3151c2968df5285ea..13fede1c7973918ea64ffacf92982b08523af26b 100644
(file)
--- 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" \