summaryrefslogtreecommitdiffstats
path: root/www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-23 19:42:44 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-23 19:42:44 +0800
commit256c92e7ebe63fdf79536c9ac0138f775cd50650 (patch)
tree068bc19b04fcea344d7de4f96618588391924817 /www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp
parent2c95d4d0e4521292cf566c222aff97edffd0a944 (diff)
downloadmarcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.gz
marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.zst
marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.zip
- 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
Diffstat (limited to 'www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp')
-rw-r--r--www/libxul/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp12
1 files changed, 12 insertions, 0 deletions
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 <gdk/gdkx.h>
+ #include <freetype/tttables.h>
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+
+ #define FORCE_PR_LOG
+ #include "prlog.h"