summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-07-31 22:18:31 +0000
committerThomas Sachau <tommy@gentoo.org>2009-07-31 22:18:31 +0000
commitc955bd6df7709201e28e1fd266dd2dc9b3f384f7 (patch)
tree00c338d9a593ae2f076dd47dd57ec3910ad500b2 /eclass/qt4-build.eclass
parentremove old (diff)
downloadgentoo-2-c955bd6df7709201e28e1fd266dd2dc9b3f384f7.tar.gz
gentoo-2-c955bd6df7709201e28e1fd266dd2dc9b3f384f7.tar.bz2
gentoo-2-c955bd6df7709201e28e1fd266dd2dc9b3f384f7.zip
Fix building with multilib environment in qt4-build.eclass with ok from yngwin for the qt herd
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index 1819c3e0c85d..a39451c2a72c 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 2007-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.42 2009/07/13 19:55:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.43 2009/07/31 22:18:31 tommy Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -200,6 +200,7 @@ qt4-build_src_configure() {
echo ./configure ${myconf}
./configure ${myconf} || die "./configure failed"
+ myconf=""
}
# @FUNCTION: qt4-build_src_compile