summaryrefslogtreecommitdiff
path: root/www/firefox35/files/patch-nopangoxft
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-03-29 20:45:19 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-03-29 20:45:19 +0000
commita3adfc2cf57b600a49a56665fa0155ad0158d27b (patch)
tree1ea6dcbe22c4b4abf85465cadfe6918215b38d85 /www/firefox35/files/patch-nopangoxft
parentChase another silent update: minor fixes in Bourne shell variables and help (diff)
- Readd firefox-devel at version 2.0a1
- Add support for USE_GECKO=firefox-devel - Fix pkg-deinstall to not remove MOZDIR/extensions
Notes
Notes: svn path=/head/; revision=158397
Diffstat (limited to 'www/firefox35/files/patch-nopangoxft')
-rw-r--r--www/firefox35/files/patch-nopangoxft20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/firefox35/files/patch-nopangoxft b/www/firefox35/files/patch-nopangoxft
new file mode 100644
index 000000000000..5a11c8c4864e
--- /dev/null
+++ b/www/firefox35/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 <pango/pangoxft.h>
++#include <pango/pangocairo.h>
+ #include <pango/pangofc-fontmap.h>
+ #include <pango/pangofc-font.h>
+ #include <gdk/gdkx.h>
+@@ -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);