[mythtv-commits] Ticket #3164: Myth on OSX(PPC) fails to compile after svn 12786

MythTV mythtv at cvs.mythtv.org
Fri Mar 9 03:48:23 UTC 2007


#3164: Myth on OSX(PPC) fails to compile after svn 12786
-----------------------------------+----------------------------------------
 Reporter:  cloudkay at cloudkay.com  |        Owner:  nigel   
     Type:  defect                 |       Status:  assigned
 Priority:  minor                  |    Milestone:  unknown 
Component:  mythtv                 |      Version:  head    
 Severity:  medium                 |   Resolution:          
-----------------------------------+----------------------------------------

Comment(by nigel):

 Sorry for the delay in looking at this. Change [12787] basically swaps the
 meaning of cpu and arch, but missed one change. Richard's workaround is
 close, but may have a side effect. (See line 2079. Setting $cpu is meant
 to be an exception or override)
 [[BR]]
 I think this change (from [12787]
 {{{
 -cpu=`uname -m`
 -cpu_raw="$cpu"
 +arch=`uname -m`
 +arch_raw="$cpu"
 }}}
 should have used $arch_raw="$arch" ?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3164#comment:5>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list