c535134760
http://www.mozillamessaging.com/en-US/thunderbird/3.0.4/releasenotes/ Backing up your profile before upgrading is recommended.. Update largely based on www/firefox35 port, tested on i386/amd64/sparc64/powerpc by myself and alpha by naddy@. ok naddy@
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
$OpenBSD: patch-mozilla_js_src_jsnum_h,v 1.1 2010/04/03 09:26:46 landry Exp $
|
|
--- mozilla/js/src/jsnum.h.orig Sat Dec 5 02:56:02 2009
|
|
+++ mozilla/js/src/jsnum.h Sat Jan 16 16:28:34 2010
|
|
@@ -57,7 +57,7 @@ JS_BEGIN_EXTERN_C
|
|
* the high and low words are in big endian order).
|
|
*/
|
|
#if defined(__arm) || defined(__arm32__) || defined(__arm26__) || defined(__arm__)
|
|
-#if !defined(__VFP_FP__)
|
|
+#if !defined(__VFP_FP__) && !defined(__OpenBSD__) /* Armel ABI */
|
|
#define FPU_IS_ARM_FPA
|
|
#endif
|
|
#endif
|