From 256c92e7ebe63fdf79536c9ac0138f775cd50650 Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 23 Feb 2006 11:42:44 +0000 Subject: - Add xulrunner Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products. WWW: http://developer.mozilla.org/en/docs/XULRunner git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5721 df743ca5-7f9a-e211-a948-0013205c9059 --- www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp (limited to 'www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp') diff --git a/www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp new file mode 100644 index 000000000..bc141062f --- /dev/null +++ b/www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp @@ -0,0 +1,12 @@ +--- gfx/src/gtk/nsFontMetricsXft.cpp.orig Wed Mar 17 02:08:01 2004 ++++ gfx/src/gtk/nsFontMetricsXft.cpp Wed Mar 17 02:08:15 2004 +@@ -65,7 +65,8 @@ + + #include + #include +-#include ++#include ++#include FT_FREETYPE_H + + #define FORCE_PR_LOG + #include "prlog.h" -- cgit