From 5cd7e0e71260c62abd1307905171f5579b241350 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Sep 2013 15:44:13 +0200 Subject: Xulrunner / Firefox 24.0 --- rhbz-911314.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rhbz-911314.patch') diff --git a/rhbz-911314.patch b/rhbz-911314.patch index 9a28aaa..3a62c8d 100644 --- a/rhbz-911314.patch +++ b/rhbz-911314.patch @@ -11,7 +11,7 @@ diff -up xulrunner-21.0/mozilla-release/js/public/HeapAPI.h.ppc xulrunner-21.0/m - * Note: The freelist supports a maximum arena shift of 15. - * Note: Do not use JS_CPU_SPARC here, this header is used outside JS. - */ --#if (defined(SOLARIS) || defined(__FreeBSD__)) && \ +-#if (defined(SOLARIS) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) && \ - (defined(__sparc) || defined(__sparcv9) || defined(__ia64)) -const size_t PageShift = 13; -const size_t ArenaShift = PageShift; -- cgit