diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-02-14 23:47:44 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-02-14 23:47:44 +0000 |
commit | d8ffc2481913321f6f75ec5cccd39a2f134fcfdb (patch) | |
tree | cd48d7f08f27108feb1f5f4258cb06b5464044f0 /eclass | |
parent | amd64/x86 stable, bug #245859 (diff) | |
download | gentoo-2-d8ffc2481913321f6f75ec5cccd39a2f134fcfdb.tar.gz gentoo-2-d8ffc2481913321f6f75ec5cccd39a2f134fcfdb.tar.bz2 gentoo-2-d8ffc2481913321f6f75ec5cccd39a2f134fcfdb.zip |
Remove trailing spaces, fixing typo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 5 |
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}:" \ |