Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

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
Task Type Bugs
Category Build environment
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

The 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

Closed by  Björn Stenberg (zagor)
Friday, 21 November 2008, 14:01 GMT+2
Reason for closing:  Accepted

Loading...