433f3c4b5e
That's the first release following the new fast scheme of one major release every 6 weeks.. Check out http://www.mozilla.com/en-US/firefox/5.0/releasenotes/ for release notes. Note that it's still badly broken on sparc64, and unlikely to be fixed soon... you still have www/firefox36. Tested by (at least, probably forgetting some..) rpointel@, pea@, ckuethe@ and myself on amd64, bluhm@ on i386 and ajacoutot@ on macppc (thanks!) ok rpointel@
14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
$OpenBSD: patch-js_src_jsnativestack_cpp,v 1.2 2011/06/28 05:43:57 landry Exp $
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=634609
|
|
--- js/src/jsnativestack.cpp.orig Fri May 27 18:12:08 2011
|
|
+++ js/src/jsnativestack.cpp Tue May 31 22:18:21 2011
|
|
@@ -50,7 +50,7 @@
|
|
#elif defined(XP_MACOSX) || defined(DARWIN) || defined(XP_UNIX)
|
|
# include <pthread.h>
|
|
|
|
-# if defined(__FreeBSD__)
|
|
+# if defined(__FreeBSD__) || defined (__OpenBSD__)
|
|
# include <pthread_np.h>
|
|
# endif
|
|
|