bug https://bugs.gentoo.org/show_bug.cgi?id=494210
From: Julian Ospald <[email protected]> Date: Fri Dec 13 21:14:01 UTC 2013 Subject: respect ECONF_SOURCE
--- eclass/games.eclass
+++ eclass/games.eclass
@@ -153,7 +153,7 @@
}
games_src_configure() {
- [[ -x ./configure ]] && egamesconf
+ [[ -x "${ECONF_SOURCE:-.}"/configure ]] && egamesconf
}
games_src_compile() {
