diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-17 07:12:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-17 07:12:34 +0000 |
commit | dbe1712ce345e8209a66970d054c2a631711b2b1 (patch) | |
tree | f0abf350a29e59fdd8b6817233ff63d80ad52b69 /mail/thunderbird-devel/files | |
parent | dd246fa15925d9a5a2bc26a0b7c1d8dc99680e30 (diff) | |
download | ports-dbe1712ce345e8209a66970d054c2a631711b2b1.tar.gz ports-dbe1712ce345e8209a66970d054c2a631711b2b1.zip |
Notes
Diffstat (limited to 'mail/thunderbird-devel/files')
-rw-r--r-- | mail/thunderbird-devel/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/mail/thunderbird-devel/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp new file mode 100644 index 000000000000..bc141062f7c6 --- /dev/null +++ b/mail/thunderbird-devel/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" |