diff -r 67e4ee440947 -r c8f7496d60e7 firefox-linkorder.patch --- a/firefox-linkorder.patch Wed Jun 09 14:49:01 2010 +0200 +++ b/firefox-linkorder.patch Wed Jun 09 15:59:05 2010 +0200 @@ -5,7 +5,7 @@ diff --git a/browser/components/build/Makefile.in b/browser/components/build/Makefile.in --- a/browser/components/build/Makefile.in +++ b/browser/components/build/Makefile.in -@@ -78,19 +78,21 @@ LOCAL_INCLUDES += -I$(srcdir)/../migrati +@@ -61,19 +61,21 @@ LOCAL_INCLUDES += -I$(srcdir)/../migrati SHARED_LIBRARY_LIBS += ../migration/src/$(LIB_PREFIX)migration_s.$(LIB_SUFFIX) EXTRA_DSO_LDOPTS += $(LIBXUL_DIST)/lib/$(LIB_PREFIX)mozreg_s.$(LIB_SUFFIX) endif @@ -22,7 +22,7 @@ + # Mac: Need to link with CoreFoundation for Mac Migrators (PList reading code) # GTK2: Need to link with glib for GNOME shell service - ifneq (,$(filter mac cocoa gtk2,$(MOZ_WIDGET_TOOLKIT))) + ifneq (,$(filter cocoa gtk2,$(MOZ_WIDGET_TOOLKIT))) EXTRA_DSO_LDOPTS += \ $(TK_LIBS) \ $(NULL)