Opened 16 years ago

Closed 16 years ago

#6907 closed defect (fixed)

[21503] breaks compile on FreeBSD

Reported by: Raymond Wagner <raymond@…> Owned by: Janne Grunau
Priority: major Milestone: 0.22
Component: Ports - *BSD Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

mythtv/programs/mythtranscode/replex/replex.c makes heavy use of the open() flag O_LARGEFILE which does not exist on FreeBSD, breaking compilation.

Attachments (2)

mythtranscode.replex.patch (343 bytes) - added by Raymond Wagner <raymond@…> 16 years ago.
mythtranscode.replex.2.patch (344 bytes) - added by Raymond Wagner <raymond@…> 16 years ago.
better patch, on suggestion from stuartm

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by Raymond Wagner <raymond@…>

Attachment: mythtranscode.replex.patch added

Changed 16 years ago by Raymond Wagner <raymond@…>

better patch, on suggestion from stuartm

comment:1 Changed 16 years ago by Janne Grunau

Owner: changed from Isaac Richards to Janne Grunau
Status: newaccepted

comment:2 Changed 16 years ago by Janne Grunau

Resolution: fixed
Status: acceptedclosed

(In [21517]) fix FreeBSD compilation after [21503] (O_LARGEFILE not defined). Fixes #6907, Refs #2077

patch by: Raymond Wagner < raymond wagnerrp com >

Note: See TracTickets for help on using tickets.