summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-14 18:09:10 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-14 18:09:10 +0000
commit117cf90a7bfc3d8e7969d5204f4d7a238aae6269 (patch)
tree3068d0b46566a755b10eed51420cc2872268bb43 /eclass
parentAttempt to fix generation of hwaccel configure option, bug #332755 (diff)
downloadhistorical-117cf90a7bfc3d8e7969d5204f4d7a238aae6269.tar.gz
historical-117cf90a7bfc3d8e7969d5204f4d7a238aae6269.tar.bz2
historical-117cf90a7bfc3d8e7969d5204f4d7a238aae6269.zip
Typo
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt4-build.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index 6f2ce8aa3e39..b32b181c131d 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-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.81 2010/08/14 18:00:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.82 2010/08/14 18:09:10 hwoarang Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -230,7 +230,7 @@ qt4-build_src_prepare() {
if version_is_at_least 4.6; then
find ./config.tests/unix -name "*.test" -type f -exec grep -lZ \$MAKE '{}' \; | \
xargs -0 \
- sed -e "s:\(\$MAKE\):\1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getCXX)" "LINK=$(tc-getCXX)":g" \
+ sed -e "s:\(\$MAKE\):\1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getCXX)" LINK="$(tc-getCXX)":g" \
-i || die "sed test compilers failed"
fi