diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-04 12:05:34 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-04 12:25:59 +0200 |
commit | 6810c91805d28a4f39e481c929751a39da4e32ec (patch) | |
tree | ea98ca6e6415fe9b1f826f406188a288e55c9aa6 /recipes/mozilla/firefox-3.6.3/linkage-problem.patch | |
parent | 94b64e22fa79b25b6a35640741ca00e9913c31a4 (diff) |
firefox: add 3.6.3
Diffstat (limited to 'recipes/mozilla/firefox-3.6.3/linkage-problem.patch')
-rw-r--r-- | recipes/mozilla/firefox-3.6.3/linkage-problem.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.6.3/linkage-problem.patch b/recipes/mozilla/firefox-3.6.3/linkage-problem.patch new file mode 100644 index 0000000000..28bffd1e22 --- /dev/null +++ b/recipes/mozilla/firefox-3.6.3/linkage-problem.patch @@ -0,0 +1,14 @@ +--- mozilla/layout/build/Makefile.in~ 2007-11-24 00:38:14.000000000 -0200 ++++ mozilla/layout/build/Makefile.in 2007-11-24 00:38:14.000000000 -0200 +@@ -229,6 +229,11 @@ + $(NULL) + endif + ++ifdef MOZ_ENABLE_XFT ++EXTRA_DSO_LDOPTS += $(MOZ_XFT_LIBS) \ ++ $(NULL) ++endif ++ + ifneq (,$(MOZ_ENABLE_CANVAS)$(MOZ_SVG_RENDERER_CAIRO)) + EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS) \ + $(NULL) |