summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-02-02 12:15:05 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-02-02 12:15:05 +0000
commitc3998c4759a52e711a74b7372578df39b8bb8658 (patch)
tree1f36fa2b80d5c5752e178fd7ee5264bc200cb386 /eclass
parentAdded selinux (bug #499010) and systemd (bug #498888) support (diff)
downloadgentoo-2-c3998c4759a52e711a74b7372578df39b8bb8658.tar.gz
gentoo-2-c3998c4759a52e711a74b7372578df39b8bb8658.tar.bz2
gentoo-2-c3998c4759a52e711a74b7372578df39b8bb8658.zip
respect ECONF_SOURCE wrt #494210
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/games.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index ae9c49de1f6f..b89739086b97 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1134 2014/02/01 18:52:32 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1135 2014/02/02 12:15:05 hasufell Exp $
+
+ 02 Feb 2014; Julian Ospald <hasufell@gentoo.org> games.eclass:
+ respect ECONF_SOURCE wrt #494210
01 Feb 2014; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass:
Add -fdiagnostics* and ISA flags for 4.8 and 4.9.
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 9119d2b8a81c..a4a064555e0e 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.155 2014/01/25 17:44:39 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.156 2014/02/02 12:15:05 hasufell Exp $
# devlist: games@gentoo.org
#
@@ -158,7 +158,7 @@ games_pkg_setup() {
}
games_src_configure() {
- [[ -x ./configure ]] && egamesconf
+ [[ -x "${ECONF_SOURCE:-.}"/configure ]] && egamesconf
}
games_src_compile() {