diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-28 23:48:29 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-28 23:48:29 +0800 |
commit | 902dca2bec074ffa1e8e676eb6cb9d7997c958bd (patch) | |
tree | 7e79aedb67d7a2826ade92b5cf04038663688fb9 /www/firefox-devel/files/patch-nopangoxft | |
parent | 54c0f8a7114df9a8808a3e1e902e152da3dc93d7 (diff) | |
download | marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.gz marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.bz2 marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.lz marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.xz marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.zst marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.zip |
- Add firefox 2.0a1
Please test!
We might want to install bin/firefox as bin/firefox-devel and not
conflict with www/firefox?
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5984 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox-devel/files/patch-nopangoxft')
-rw-r--r-- | www/firefox-devel/files/patch-nopangoxft | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/firefox-devel/files/patch-nopangoxft b/www/firefox-devel/files/patch-nopangoxft new file mode 100644 index 000000000..5a11c8c48 --- /dev/null +++ b/www/firefox-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 <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); |