Magellan Linux

Contents of /trunk/mozilla-firefox/patches/mozilla-firefox-2.0.0.5-libdeps.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 278 - (show annotations) (download)
Mon Jul 23 20:24:48 2007 UTC (16 years, 9 months ago) by niro
File size: 438 byte(s)
mozilla-firefox-2.0.0.5-r1

1 # Linking issue with pango
2 #
3 # https://bugzilla.mozilla.org/show_bug.cgi?id=344821
4
5 --- mozilla/layout/build/Makefile.in.orig 2006-07-16 00:24:51.000000000 +1000
6 +++ mozilla/layout/build/Makefile.in 2006-07-16 00:35:51.000000000 +1000
7 @@ -213,6 +213,12 @@
8 $(NULL)
9 endif
10
11 +ifdef MOZ_ENABLE_CANVAS
12 +ifdef MOZ_ENABLE_XFT
13 +EXTRA_DSO_LDOPTS += $(MOZ_XFT_LIBS)
14 +endif
15 +endif
16 +
17 ifdef NS_TRACE_MALLOC
18 EXTRA_DSO_LIBS += tracemalloc
19 endif