350647 Tinderbox orange, can't launch trunk universal suite builds on 10.4 ppc, link order needs fixing. Move system libs after Mozilla libs. r=bsmedberg

This commit is contained in:
mark%moxienet.com 2006-08-31 21:24:43 +00:00
parent 8c1463788a
commit 4c6acdfe3b

View File

@ -135,9 +135,11 @@ SHARED_LIBRARY_LIBS = ../xpwidgets/libxpwidgets_s.a
EXTRA_DSO_LDOPTS += \ EXTRA_DSO_LDOPTS += \
$(MOZ_UNICHARUTIL_LIBS) \ $(MOZ_UNICHARUTIL_LIBS) \
$(TK_LIBS) \
$(MOZ_COMPONENT_LIBS) \ $(MOZ_COMPONENT_LIBS) \
$(call EXPAND_LIBNAME_PATH,gkgfx,$(DEPTH)/gfx/src) \ $(call EXPAND_LIBNAME_PATH,gkgfx,$(DEPTH)/gfx/src) \
$(TK_LIBS) \
-framework QuickTime \
-framework IOKit \
$(NULL) $(NULL)
ifdef MOZ_ENABLE_CAIRO_GFX ifdef MOZ_ENABLE_CAIRO_GFX
@ -160,8 +162,3 @@ LOCAL_INCLUDES = \
-I$(topsrcdir)/gfx/src/mac \ -I$(topsrcdir)/gfx/src/mac \
-I$(srcdir)/../xpwidgets \ -I$(srcdir)/../xpwidgets \
$(NULL) $(NULL)
LDFLAGS += \
-framework QuickTime \
-framework IOKit \
$(NULL)