aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-17 07:12:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-17 07:12:34 +0000
commitdbe1712ce345e8209a66970d054c2a631711b2b1 (patch)
treef0abf350a29e59fdd8b6817233ff63d80ad52b69 /mail/thunderbird/files
parentdd246fa15925d9a5a2bc26a0b7c1d8dc99680e30 (diff)
downloadports-dbe1712ce345e8209a66970d054c2a631711b2b1.tar.gz
ports-dbe1712ce345e8209a66970d054c2a631711b2b1.zip
Notes
Diffstat (limited to 'mail/thunderbird/files')
-rw-r--r--mail/thunderbird/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/mail/thunderbird/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp
new file mode 100644
index 000000000000..bc141062f7c6
--- /dev/null
+++ b/mail/thunderbird/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"