Kaydet (Commit) e21b1834 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

CWS-TOOLING: integrate CWS linuxaxp01

...@@ -85,7 +85,8 @@ PATCH_FILES = \ ...@@ -85,7 +85,8 @@ PATCH_FILES = \
seamonkey-source-$(MOZILLA_VERSION).patch \ seamonkey-source-$(MOZILLA_VERSION).patch \
patches/dtoa.patch \ patches/dtoa.patch \
patches/respect_disable_pango.patch \ patches/respect_disable_pango.patch \
patches/arm_build_fix.patch patches/arm_build_fix.patch \
patches/link_fontconfig.patch
# This file is needed for the W32 build when BUILD_MOZAB is set # This file is needed for the W32 build when BUILD_MOZAB is set
# (currently only vc8/vs2005 is supported when BUILD_MOZAB is set) # (currently only vc8/vs2005 is supported when BUILD_MOZAB is set)
......
--- misc/mozilla/gfx/src/gtk/Makefile.in 2010-03-16 14:44:44.000000000 +0000
+++ misc/build/mozilla/gfx/src/gtk/Makefile.in 2010-03-16 14:45:08.000000000 +0000
@@ -183,7 +183,7 @@
endif
ifdef MOZ_ENABLE_XFT
-EXTRA_DSO_LDOPTS += $(FT2_LIBS)
+EXTRA_DSO_LDOPTS += $(FT2_LIBS) -lfontconfig
libs:: fontEncoding.properties pangoFontEncoding.properties
$(INSTALL) $^ $(DIST)/bin/res/fonts
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment