diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-19 05:18:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-19 05:18:14 +0000 |
commit | 24a35882acb4d27812aa08d07c47e02f65762906 (patch) | |
tree | 98221232e8aa9c974d1fde11a4d76600dd291a38 /www/firefox15/files/patch-browser_app_Makefile.in | |
parent | 9daf9b3b459ede74fbd531dd7bdea5c2de47092a (diff) |
Add a patch to run g_thread_init() as soon as Firefox starts. This is said
to fix some threading issues in Firefox, but I have not personally encountered
them (at least not ones fixed by this patch).
See http://bugzilla.mozilla.org/show_bug.cgi?id=247204 for more details.
Submitted by: green
Notes
Notes:
svn path=/head/; revision=111778
Diffstat (limited to 'www/firefox15/files/patch-browser_app_Makefile.in')
-rw-r--r-- | www/firefox15/files/patch-browser_app_Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox15/files/patch-browser_app_Makefile.in b/www/firefox15/files/patch-browser_app_Makefile.in new file mode 100644 index 000000000000..0fee861b9f72 --- /dev/null +++ b/www/firefox15/files/patch-browser_app_Makefile.in @@ -0,0 +1,10 @@ +--- browser/app/Makefile.in.orig Sat Jun 19 00:39:09 2004 ++++ browser/app/Makefile.in Sat Jun 19 00:39:55 2004 +@@ -75,6 +75,7 @@ + $(STATIC_COMPONENTS_LINKER_PATH) \ + $(EXTRA_DSO_LIBS) \ + $(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX) \ ++ -lgthread-2.0 \ + $(MOZ_JS_LIBS) \ + $(XPCOM_LIBS) \ + $(NSPR_LIBS) \ |