openbsd-ports/www/seamonkey/patches/patch-mozilla_js_src_jsval_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

14 lines
536 B
Plaintext

$OpenBSD: patch-mozilla_js_src_jsval_h,v 1.1 2011/07/24 07:31:57 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=599764
--- mozilla/js/src/jsval.h.orig Mon Jun 27 05:10:45 2011
+++ mozilla/js/src/jsval.h Sat Jul 2 11:40:43 2011
@@ -823,7 +823,7 @@ extern "C++"
#else /* defined(JS_USE_JSVAL_JSID_STRUCT_TYPES) */
/* Use different primitive types so overloading works. */
-typedef JSVAL_ALIGNMENT uint64 jsval;
+typedef JSVAL_ALIGNMENT uint64_t jsval;
typedef ptrdiff_t jsid;
/* Internal helper macros */