diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-09-30 11:55:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-09-30 11:55:19 +0100 |
commit | fb348bddc0a97985b0b72de703ee5271514f0348 (patch) | |
tree | 01a9cbfcf9a45adbf3c93eb8fdd9e1fa3e92774d /moz/makefile.mk | |
parent | 52ca037af1c56b34bbe016f230303bb6264c2bd5 (diff) |
#i114323# fix broken makefile, won't build under >= f14 otherwise
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 9629f7138b74..feb2c50343ee 100644 --- a/moz/makefile.mk +++ b/moz/makefile.mk @@ -86,7 +86,8 @@ PATCH_FILES = \ patches/dtoa.patch \ patches/respect_disable_pango.patch \ patches/arm_build_fix.patch \ - patches/link_fontconfig.patch + patches/link_fontconfig.patch \ + patches/brokenmakefile.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) |