This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9566 - Fix build on BSD
Attached to Project:
Rockbox
Opened by Bartosz Fabianowski (undo) - Friday, 21 November 2008, 04:50 GMT+2
Last edited by Björn Stenberg (zagor) - Friday, 21 November 2008, 14:01 GMT+2
Opened by Bartosz Fabianowski (undo) - Friday, 21 November 2008, 04:50 GMT+2
Last edited by Björn Stenberg (zagor) - Friday, 21 November 2008, 14:01 GMT+2
|
DetailsThe recent makefile overhaul broke compilation on *BSD. This is because the BSD version of sed by default understands basic, non-extended regular expressions only and does not interpret the "+" character correctly. The attached patch replaces the ".+" regex with "..*", which fixes the build.
|
This task depends upon