summaryrefslogtreecommitdiff
path: root/recipes/mozilla/firefox-3.6.4/linkage-problem.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-23 10:32:59 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-23 10:32:59 +0200
commit0655e3fe0b154b19fc1d5868dada6377facc135d (patch)
tree4f373fbf942fa5e0bf7ecf38c48ec2d657975fc1 /recipes/mozilla/firefox-3.6.4/linkage-problem.patch
parentece52cfdb8d7560ea95f86084cdc3f7c76438473 (diff)
firefox: add 3.6.4
Diffstat (limited to 'recipes/mozilla/firefox-3.6.4/linkage-problem.patch')
-rw-r--r--recipes/mozilla/firefox-3.6.4/linkage-problem.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.6.4/linkage-problem.patch b/recipes/mozilla/firefox-3.6.4/linkage-problem.patch
new file mode 100644
index 0000000000..28bffd1e22
--- /dev/null
+++ b/recipes/mozilla/firefox-3.6.4/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)