From 5351c7fd7534c499281bd0c207b58fb0ece77efe Mon Sep 17 00:00:00 2001 From: ahze Date: Sat, 19 Nov 2005 01:48:56 +0000 Subject: - Merge the cairo pango instead of xft pango from www/firefox Obtained from: fedora git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5167 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/thunderbird-devel/files/patch-nopangoxft | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mail/thunderbird-devel/files/patch-nopangoxft diff --git a/mail/thunderbird-devel/files/patch-nopangoxft b/mail/thunderbird-devel/files/patch-nopangoxft new file mode 100644 index 000000000..5a11c8c48 --- /dev/null +++ b/mail/thunderbird-devel/files/patch-nopangoxft @@ -0,0 +1,20 @@ +--- gfx/src/gtk/mozilla-decoder.cpp.orig 2005-08-18 22:41:26.000000000 -0400 ++++ gfx/src/gtk/mozilla-decoder.cpp 2005-08-18 22:38:01.000000000 -0400 +@@ -40,7 +40,7 @@ + #define PANGO_ENABLE_ENGINE + + #include "mozilla-decoder.h" +-#include ++#include + #include + #include + #include +@@ -208,7 +208,7 @@ + } + } + +- pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_xft_get_font_map(GDK_DISPLAY(),gdk_x11_get_default_screen())), ++ pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_cairo_font_map_get_default()), + mozilla_find_decoder, + NULL, + NULL); -- cgit v1.2.3