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 attachment 113692 [details, diff] faac.patch
(In reply to comment #1) > Created an attachment (id=113692) [edit] > faac.patch > Fixed, thanks.