freebsd-ports/www/flock/files/patch-browser_app_Makefile.in
Joe Marcus Clarke 24a35882ac 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
2004-06-19 05:18:14 +00:00

10 lines
312 B
Text

--- 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) \