summaryrefslogtreecommitdiff
path: root/firefox-2.0-link-layout.patch
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-10-24 18:57:43 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-10-24 18:57:43 +0000
commitab0f13fc20275ae89d000c5e67f71e89e5223459 (patch)
tree666ffa27c3122036da8aa5ddf5000bc25ad824ba /firefox-2.0-link-layout.patch
parent- Add virtual provides for gecko applications. (diff)
downloadlibrewolf-fedora-ff-ab0f13fc20275ae89d000c5e67f71e89e5223459.tar.gz
librewolf-fedora-ff-ab0f13fc20275ae89d000c5e67f71e89e5223459.tar.bz2
librewolf-fedora-ff-ab0f13fc20275ae89d000c5e67f71e89e5223459.zip
- Update to 2.0
- Add patch from Behdad to fix pango printing.
Diffstat (limited to 'firefox-2.0-link-layout.patch')
-rw-r--r--firefox-2.0-link-layout.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/firefox-2.0-link-layout.patch b/firefox-2.0-link-layout.patch
new file mode 100644
index 0000000..c6d772c
--- /dev/null
+++ b/firefox-2.0-link-layout.patch
@@ -0,0 +1,19 @@
+Index: mozilla/layout/build/Makefile.in
+===================================================================
+RCS file: /cvsroot/mozilla/layout/build/Makefile.in,v
+retrieving revision 1.127.8.7
+diff -d -u -p -r1.127.8.7 Makefile.in
+--- mozilla/layout/build/Makefile.in 17 Jul 2006 19:05:13 -0000 1.127.8.7
++++ mozilla/layout/build/Makefile.in 10 Oct 2006 04:29:16 -0000
+@@ -240,6 +240,11 @@ EXTRA_DSO_LDOPTS += \
+ $(NULL)
+ endif
+
++# Add explicit X11 dependency when building against X11 toolkits
++ifneq (,$(filter gtk gtk2 qt xlib,$(MOZ_WIDGET_TOOLKIT)))
++EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) -lXrender
++endif
++
+ include $(topsrcdir)/config/rules.mk
+
+ LOCAL_INCLUDES += -I$(srcdir)/../base \
bgstack15