--- orig-parrot/config/auto/icu.pm 2010-07-30 10:53:45.000000000 +0800 +++ my-parrot/config/auto/icu.pm 2010-07-30 10:39:45.000000000 +0800 @@ -312,7 +312,7 @@ else { # on MacOS X there's sometimes an errornous \c at the end of the # output line. Remove it. - $icushared =~ s/\s\\c$//; + $icushared =~ s/\s\\c\s/ /g; } }