Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#4750 closed defect (fixed)

fix OS detection on BSD

Reported by: dekarl@… Owned by: Janne Grunau
Priority: major Milestone: 0.21
Component: mythtv Version: unknown
Severity: low Keywords: portability
Cc: Ticket locked: no

Description

Unsafe assigned of CCOPTIONS, see http://www.mythtv.org/wiki/index.php/Cross-Platform_Portability for details.

This patch fixes configure for FreeBSD (and hopefully OpenBSD, too) While here make use of the append utility function for all appending to variables.

Attachments (1)

configure.diff (4.0 KB) - added by dekarl@… 16 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by dekarl@…

Attachment: configure.diff added

comment:1 Changed 16 years ago by dekarl@…

compile tested on FreeBSD together with #4751

comment:2 Changed 16 years ago by Janne Grunau

Milestone: unknown0.21
Owner: changed from Isaac Richards to Janne Grunau
Status: newaccepted

comment:3 Changed 16 years ago by Janne Grunau

Resolution: fixed
Status: acceptedclosed

(In [16209]) Use append instead of VAR="$VAR xxx" assignments

Closes #4750 From: >dekarl spaetfruehstuecken org>

comment:4 Changed 16 years ago by Janne Grunau

(In [16210]) Merges revision [16209] from trunk: Use append instead of VAR="$VAR xxx" assignments

Closes #4750 From: >dekarl spaetfruehstuecken org>

Note: See TracTickets for help on using tickets.