summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-bf
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-bf')
-rw-r--r--www/firefox/patches/patch-bf15
1 files changed, 3 insertions, 12 deletions
diff --git a/www/firefox/patches/patch-bf b/www/firefox/patches/patch-bf
index 55c998c98e1..700b7b2a50e 100644
--- a/www/firefox/patches/patch-bf
+++ b/www/firefox/patches/patch-bf
@@ -1,17 +1,8 @@
-$NetBSD: patch-bf,v 1.1 2013/05/23 13:12:13 ryoon Exp $
+$NetBSD: patch-bf,v 1.2 2013/09/19 12:37:49 ryoon Exp $
---- js/src/jsnativestack.cpp.orig 2013-03-26 22:17:48.000000000 +0000
+--- js/src/jsnativestack.cpp.orig 2013-09-10 03:43:36.000000000 +0000
+++ js/src/jsnativestack.cpp
-@@ -19,7 +19,7 @@
- #elif defined(XP_MACOSX) || defined(DARWIN) || defined(XP_UNIX)
- # include <pthread.h>
-
--# if defined(__FreeBSD__) || defined(__OpenBSD__)
-+# if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
- # include <pthread_np.h>
- # endif
-
-@@ -112,7 +112,7 @@ js::GetNativeStackBaseImpl()
+@@ -114,7 +114,7 @@ js::GetNativeStackBaseImpl()
pthread_attr_init(&sattr);
# if defined(__OpenBSD__)
stack_t ss;