summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-05-17 15:18:58 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-05-17 15:18:58 +0000
commitc240fa981eb96245535ac55a7768f63a17edb69e (patch)
treeab47f1d80419fc3f6395ea04865555ee6789057b /eclass
parentadd QMAKE_STRIP on qmake parameters. Fixes bug 269942 (diff)
downloadhistorical-c240fa981eb96245535ac55a7768f63a17edb69e.tar.gz
historical-c240fa981eb96245535ac55a7768f63a17edb69e.tar.bz2
historical-c240fa981eb96245535ac55a7768f63a17edb69e.zip
Minor fix on CONFIG variable. Fixes bug 269631
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt4.eclass4
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;
}'