openbsd-ports/www/seamonkey/patches/patch-mozilla_js_src_jsnum_h
landry 4026e2478b Update to seamonkey 2.2, based on Firefox/Thunderbird/Gecko 5.
See http://www.seamonkey-project.org/releases/seamonkey2.2/ for details.
- sync ipc patches from Firefox
- remove a bunch of useless patches
- install under lib/seamonkey-2.2 instead of using our homegrown install
  target.
- install langpacks as plain xpi instead of unzipping them, greatly
  shrinking PLIST
2011-07-24 07:31:57 +00:00

13 lines
480 B
Plaintext

$OpenBSD: patch-mozilla_js_src_jsnum_h,v 1.2 2011/07/24 07:31:57 landry Exp $
--- mozilla/js/src/jsnum.h.orig Fri Jan 14 23:22:08 2011
+++ mozilla/js/src/jsnum.h Sun Feb 13 23:01:39 2011
@@ -68,7 +68,7 @@
* 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