diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-03-18 11:03:29 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-03-18 11:03:29 +0000 |
commit | fa73a82c4f83a232813b63d075fb591247656045 (patch) | |
tree | c36b036374cffff575485087ca5063a238ca06a4 /moz/makefile.mk | |
parent | 3f2507bb032908c6ad9f11c61a52229f3e33298d (diff) |
linuxaxp01: #i110145# need to link fontconfig explicitly
Diffstat (limited to 'moz/makefile.mk')
-rw-r--r-- | moz/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/moz/makefile.mk b/moz/makefile.mk index 2eeda8c08928..30c67bfc989c 100644 --- a/moz/makefile.mk +++ b/moz/makefile.mk @@ -84,7 +84,8 @@ PATCH_FILES = \ seamonkey-source-$(MOZILLA_VERSION).patch \ patches/dtoa.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 # (currently only vc8/vs2005 is supported when BUILD_MOZAB is set) |