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

git-svn-id: svn://10.0.0.236/trunk@208946 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mark%moxienet.com 2006-08-31 21:24:43 +00:00
parent b9f150c348
commit dbf8a7933d

View File

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