diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-05-17 15:18:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-05-17 15:18:58 +0000 |
commit | e9fa1ba4462ad206814afb4b1ff489abecbd03c2 (patch) | |
tree | 95a2dc0a29483cc38953880c9ff0d58493b69fd0 /eclass | |
parent | add QMAKE_STRIP on qmake parameters. Fixes bug 269942 (diff) | |
download | gentoo-2-e9fa1ba4462ad206814afb4b1ff489abecbd03c2.tar.gz gentoo-2-e9fa1ba4462ad206814afb4b1ff489abecbd03c2.tar.bz2 gentoo-2-e9fa1ba4462ad206814afb4b1ff489abecbd03c2.zip |
Minor fix on CONFIG variable. Fixes bug 269631
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass index 75e7432cd48a..0e4b0b6b2c14 100644 --- a/eclass/qt4.eclass +++ b/eclass/qt4.eclass @@ -1,6 +1,6 @@ # Copyright 2005-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.56 2009/05/12 10:41:03 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.57 2009/05/17 15:18:58 hwoarang Exp $ # @ECLASS: qt4.eclass # @MAINTAINER: @@ -270,7 +270,7 @@ eqmake4() { print >> file; } END { - printf "CONFIG -= debug_and_release %s\n", rem >> file; + printf "\nCONFIG -= debug_and_release %s\n", rem >> file; printf "CONFIG += %s\n", add >> file; print fixed; }' |