summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-06-21 02:29:45 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-06-21 02:29:45 +0000
commitbf549be0dc4c63a0bddc60365099773b1f892089 (patch)
tree20284b676adbe2014f247bff27d3dca3ff288ff3 /eclass
parentApache test is actually to fill other deps, including the new libapreq (diff)
downloadgentoo-2-bf549be0dc4c63a0bddc60365099773b1f892089.tar.gz
gentoo-2-bf549be0dc4c63a0bddc60365099773b1f892089.tar.bz2
gentoo-2-bf549be0dc4c63a0bddc60365099773b1f892089.zip
Added version for econf.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/virtualx.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass
index f5a0916a6b9a..43ee1a57aeb2 100644
--- a/eclass/virtualx.eclass
+++ b/eclass/virtualx.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.13 2003/02/28 09:15:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.14 2003/06/21 02:29:45 jje Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -101,3 +101,8 @@ Xemake() {
virtualmake "$*"
}
+#Same as "econf", but setup the Xvfb hack if needed
+Xeconf() {
+ export maketype="econf"
+ virtualmake "$*"
+}