aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/firefox-3.5.4/linkage-problem.patch
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-15 15:41:56 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-15 15:41:56 +0200
commit2b021688267945b769948eafcc1a5d7234b1596c (patch)
treed0ea8e5ef5eb148be24d39c3a0f446f6366a1432 /recipes/mozilla/firefox-3.5.4/linkage-problem.patch
parentb0168ad5baba3223c497370f9a93e5a55776cd43 (diff)
downloadopenembedded-2b021688267945b769948eafcc1a5d7234b1596c.tar.gz
firefox: removed 3.5.* versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/mozilla/firefox-3.5.4/linkage-problem.patch')
-rw-r--r--recipes/mozilla/firefox-3.5.4/linkage-problem.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes/mozilla/firefox-3.5.4/linkage-problem.patch b/recipes/mozilla/firefox-3.5.4/linkage-problem.patch
deleted file mode 100644
index 28bffd1e22..0000000000
--- a/recipes/mozilla/firefox-3.5.4/linkage-problem.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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)