diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-02 21:17:50 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-02 21:17:50 +0800 |
commit | 864c03d3a56dad55e8f1dabcba09cc1c4abb4bea (patch) | |
tree | 2a5f1ab8a58e87fdb92ff024e55bf0d23003dd73 /www/firefox10/files/patch-nopangoxft | |
parent | b49901d26b41429f89de0f389bdde9453587bc08 (diff) | |
download | marcuscom-ports-864c03d3a56dad55e8f1dabcba09cc1c4abb4bea.tar marcuscom-ports-864c03d3a56dad55e8f1dabcba09cc1c4abb4bea.tar.gz marcuscom-ports-864c03d3a56dad55e8f1dabcba09cc1c4abb4bea.tar.bz2 marcuscom-ports-864c03d3a56dad55e8f1dabcba09cc1c4abb4bea.tar.lz marcuscom-ports-864c03d3a56dad55e8f1dabcba09cc1c4abb4bea.tar.xz marcuscom-ports-864c03d3a56dad55e8f1dabcba09cc1c4abb4bea.tar.zst marcuscom-ports-864c03d3a56dad55e8f1dabcba09cc1c4abb4bea.zip |
- Remove
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5607 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox10/files/patch-nopangoxft')
-rw-r--r-- | www/firefox10/files/patch-nopangoxft | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/firefox10/files/patch-nopangoxft b/www/firefox10/files/patch-nopangoxft deleted file mode 100644 index 5a11c8c48..000000000 --- a/www/firefox10/files/patch-nopangoxft +++ /dev/null @@ -1,20 +0,0 @@ ---- 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); |