On Sat, Nov 08, 2003 at 01:25:48AM +0000, Colin Watson wrote: > If an NMU would help, say the word. I'm preparing a build now in case it > turns out to be useful.
Here's the diff I would use if I were to make an NMU (which I haven't done yet, obviously). It built successfully on my powerpc box. --- mozilla-1.5.orig/debian/changelog +++ mozilla-1.5/debian/changelog @@ -1,3 +1,11 @@ +mozilla (2:1.5-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix shlibsign's idea of the endianness of doubles on arm (thanks, Adam C + Powell IV; closes: #215067). + + -- Colin Watson <[EMAIL PROTECTED]> Sat, 8 Nov 2003 01:40:07 +0000 + mozilla (2:1.5-2) unstable; urgency=low * Fix menu entry (closes: #217000, #216992) --- mozilla-1.5.orig/debian/patches/dtoa-arm-double-wordfix +++ mozilla-1.5/debian/patches/dtoa-arm-double-wordfix @@ -0,0 +1,11 @@ +--- mozilla/nsprpub/pr/src/misc/prdtoa.c.~3.7.4.3.~ Tue Jan 7 10:30:15 2003 ++++ mozilla/nsprpub/pr/src/misc/prdtoa.c Thu Oct 23 20:09:19 2003 +@@ -129,7 +129,7 @@ + * is not strictly legal and can cause trouble with aggressively + * optimizing compilers (e.g., gcc 2.95.1 under -O2). + */ +-#if defined(IS_LITTLE_ENDIAN) ++#if defined(IS_LITTLE_ENDIAN) && (!defined(__arm__) || defined(__VFP_FP__)) + #define IEEE_8087 + #else + #define IEEE_MC68k Thanks, -- Colin Watson [EMAIL PROTECTED]

