summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-02-14 23:47:44 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-02-14 23:47:44 +0000
commite8ac80a4a06ee90fc570b58ab6ae46bdbf4011d6 (patch)
treec6be3a295b4c543a959ed313a7c5dd546459fe2c /eclass
parentamd64/x86 stable, bug #245859 (diff)
downloadhistorical-e8ac80a4a06ee90fc570b58ab6ae46bdbf4011d6.tar.gz
historical-e8ac80a4a06ee90fc570b58ab6ae46bdbf4011d6.tar.bz2
historical-e8ac80a4a06ee90fc570b58ab6ae46bdbf4011d6.zip
Remove trailing spaces, fixing typo
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt4-build.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index b8b3b54ebb37..bd553d279eb1 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.22 2009/02/14 22:48:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.23 2009/02/14 23:47:44 hwoarang Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -120,7 +120,6 @@ qt4-build_src_prepare() {
symlink_binaries_to_buildtree
fi
- # Bug 172219
if ! use custom-cxxflags;then
# Don't let the user go too overboard with flags.
strip-flags
@@ -140,7 +139,7 @@ qt4-build_src_prepare() {
append-flags -fno-gcse
fi
-
+ # Bug 172219
sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \
-e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \
-e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \