summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-28 02:18:01 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-28 02:18:01 +0000
commitc3f088071607608fa694c8f6483aa4aa3adb07b3 (patch)
tree97902da428655bbd9d19b76b2304175dfd964d23 /sys-devel/libtool/files
parentmake sure dejagnu exists before trying to run tests and mark amd64/arm/hppa/i... (diff)
downloadhistorical-c3f088071607608fa694c8f6483aa4aa3adb07b3.tar.gz
historical-c3f088071607608fa694c8f6483aa4aa3adb07b3.tar.bz2
historical-c3f088071607608fa694c8f6483aa4aa3adb07b3.zip
Fix typo in the tag infer patch.
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r--sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch b/sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch
index d70b1b7befc2..ce1cb4698dd6 100644
--- a/sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch
+++ b/sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch
@@ -5,7 +5,7 @@
CC_quoted="$CC_quoted $arg"
done
+ # user sometimes does CC=<HOST>-gcc so we need to match that to 'gcc'
-+ trimedcc=`echo ${CC} | $SED -e "/${host}-//g"`
++ trimedcc=`echo ${CC} | $SED -e "s/${host}-//g"`
+ # and sometimes libtool has CC=<HOST>-gcc but user does CC=gcc
+ extendcc=${host}-${CC}
case "$@ " in