Magellan Linux

Annotation of /trunk/mozilla-thunderbird/patches/mozilla-firefox-2.0.0.5-libdeps.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 279 - (hide annotations) (download)
Mon Jul 23 20:25:11 2007 UTC (16 years, 10 months ago) by niro
File size: 438 byte(s)
mozilla-thunderbird-2.0.0.5-r1

1 niro 279 # 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