From 070337d3dd0a9a0caa10c741cd4935bf2a1a9f36 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 9 Jul 2010 09:51:23 +0200 Subject: firefox: replace 3.6.4 with 3.6.6 --- recipes/mozilla/firefox-3.6.6/linkage-problem.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/mozilla/firefox-3.6.6/linkage-problem.patch (limited to 'recipes/mozilla/firefox-3.6.6/linkage-problem.patch') diff --git a/recipes/mozilla/firefox-3.6.6/linkage-problem.patch b/recipes/mozilla/firefox-3.6.6/linkage-problem.patch new file mode 100644 index 0000000000..28bffd1e22 --- /dev/null +++ b/recipes/mozilla/firefox-3.6.6/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) -- cgit v1.2.3