From 0f77007f1a64aa673695a972d1375aefab1f2cfa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 18 Jun 2005 07:20:10 +0000 Subject: [PATCH] * Disable freetype2 because Thunderbird (like Firefox) doesn't like Freetype >= 2.1.8. https://bugzilla.mozilla.org/show_bug.cgi?id=234035 svn path=/nixpkgs/trunk/; revision=3203 --- pkgs/applications/networking/mailreaders/thunderbird/builder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/mailreaders/thunderbird/builder.sh b/pkgs/applications/networking/mailreaders/thunderbird/builder.sh index 5878730e402..b1df6d868b3 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/builder.sh +++ b/pkgs/applications/networking/mailreaders/thunderbird/builder.sh @@ -7,6 +7,7 @@ ac_add_options --disable-debug ac_add_options --enable-optimize=-O2 ac_add_options --disable-ldap ac_add_options --enable-xft +ac_add_options --disable-freetype2 ac_add_options --enable-swg ac_add_options --enable-strip ac_add_options --enable-default-toolkit=gtk2