Hi,

I think I have found the cause of these two bugs:
the arch-detect patch use OS_TEST="${host_cpu}", which gives powerpc in my case. But "uname -m" gives ppc.

So I have compiled icedove 2.0.0.9-3 with this change:
   change +OS_TEST="${host_cpu}" back to +OS_TEST=`uname -m` in
   debian/patches/arch-detect and debian/patches/autoconf2.13-rerun.
and iceowl 0.7-2 with the same change:
   change +OS_TEST="${host_cpu}" back to +OS_TEST=`uname -m` in
debian/patches/arch-detect and debian/patche/configure-autoconf2-13-reconfigure.patch.

They works on my ibook.

Best regards,
Bin




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to