Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
media-libs/faac-1.25 uses recode to change all "\r\n" to "\n", but the same can be done using sed or cat+tr+mv. (I have also iconv from GLibC to change encodings, but in this case using sed is fully sufficient.)
Created an attachment (id=113692) [edit] faac.patch
(In reply to comment #1) > Created an attachment (id=113692) [edit] > faac.patch > Fixed, thanks.