Contents of /trunk/mozilla-thunderbird/patches/mozilla-firefox-2.0.0.5-libdeps.patch
Parent Directory | Revision Log
Revision 279 -
(show annotations)
(download)
Mon Jul 23 20:25:11 2007 UTC (17 years, 3 months ago) by niro
File size: 438 byte(s)
Mon Jul 23 20:25:11 2007 UTC (17 years, 3 months ago) by niro
File size: 438 byte(s)
mozilla-thunderbird-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 |