Ticket #1722: parrot-icu.patch
File parrot-icu.patch, 394 bytes (added by LaVolta, 11 years ago) |
---|
-
config/auto/icu.pm
old new 312 312 else { 313 313 # on MacOS X there's sometimes an errornous \c at the end of the 314 314 # output line. Remove it. 315 $icushared =~ s/\s\\c $//;315 $icushared =~ s/\s\\c\s/ /g; 316 316 } 317 317 } 318 318