[mythtv] [PATCH] Configure Script & 64bit Libraries

Stuart Morgan stuart at tase.co.uk
Thu Apr 14 21:18:33 UTC 2005


On Thursday 14 Apr 2005 21:11, Chris Pinkham wrote:
> > Patch attached. My editor trims trailing whitespace from lines and I
> > think that is the cause of the differences on some lines which were
> > unrelated to my changes.
>
> Didn't look over this whole patch, but looks like there's a small bug right
> here:
>
>          libraw3=`ls /usr/lib64/libraw1394* 2> /dev/null | head -n 1`
> -        if test x"$libraw1" != x"" -o x"$libraw2" != x"" -o x"$libraw3" !=
> x"" ; then +        libraw3=`ls /usr/local/lib64/libraw1394* 2> /dev/null |
> head -n 1` +        if test x"$libraw1" != x"" -o x"$libraw2" != x"" -o
> x"$libraw3" != x"" -o x"$libraw4" != x"" ; then firewire_cable_box="yes"
>          fi
>
> You duplicate libraw3 instead of setting libraw4 but then test for libraw4.

Well spotted ... too much copying & pasting got the better of me.

I did look over the changes for those sort of mistakes but as I missed one 
I've gone over it once more. I think that was the only typographical mistake.

Patch mark 2 attached.
-- 
Stuart Morgan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 64bit_lib_checking_2.patch
Type: text/x-diff
Size: 5847 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20050414/f981be76/64bit_lib_checking_2-0001.bin


More information about the mythtv-dev mailing list