diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-03-30 15:41:49 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-03-30 15:41:49 +0100 |
commit | 80570a8a80155e65f38261514be8102ff0bb62cc (patch) | |
tree | ffdd325ae078f0e7d612ee240c4e6671c0fa036f /recipes/mozilla/firefox-3.0.8/linkage-problem.patch | |
parent | 2263e973b5822e46566d8a5a33d306723617b1cb (diff) |
firefox_3.0.8.bb : add new version, seems to compile with modern gcc
so made it the default.
Diffstat (limited to 'recipes/mozilla/firefox-3.0.8/linkage-problem.patch')
-rw-r--r-- | recipes/mozilla/firefox-3.0.8/linkage-problem.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.0.8/linkage-problem.patch b/recipes/mozilla/firefox-3.0.8/linkage-problem.patch new file mode 100644 index 0000000000..28bffd1e22 --- /dev/null +++ b/recipes/mozilla/firefox-3.0.8/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) |