Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179784 | Differences between
and this patch

Collapse All | Expand All

(-)mail/app/Makefile.in.orig (+1 lines)
Lines 75-80 Link Here
75
	$(STATIC_COMPONENTS_LINKER_PATH) \
75
	$(STATIC_COMPONENTS_LINKER_PATH) \
76
	$(EXTRA_DSO_LIBS) \
76
	$(EXTRA_DSO_LIBS) \
77
	$(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX) \
77
	$(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX) \
78
	-lgthread-2.0 \
78
	$(MOZ_JS_LIBS) \
79
	$(MOZ_JS_LIBS) \
79
	$(XPCOM_LIBS) \
80
	$(XPCOM_LIBS) \
80
	$(NSPR_LIBS) \
81
	$(NSPR_LIBS) \
(-)toolkit/xre/nsAppRunner.cpp.orig (+1 lines)
Lines 1710-1715 Link Here
1710
  // in nsAppShell::Create, but we need to get in before gtk
1710
  // in nsAppShell::Create, but we need to get in before gtk
1711
  // has been initialized to make sure everything is running
1711
  // has been initialized to make sure everything is running
1712
  // consistently.
1712
  // consistently.
1713
  g_thread_init(NULL);
1713
  if (CheckArg("install"))
1714
  if (CheckArg("install"))
1714
    gdk_rgb_set_install(TRUE);
1715
    gdk_rgb_set_install(TRUE);
1715
1716

Return to bug 179784