diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-17 07:12:34 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-17 07:12:34 +0000 |
commit | 13af954b790aa81992cd93550cdd24359c612639 (patch) | |
tree | a658787f83b35e75daf5bdd3d58be0fd62f808ed /mail/thunderbird-esr | |
parent | b0367bb3284980d1639e0c8e61ceda2ad856aa0e (diff) | |
download | FreeBSD-ports-13af954b790aa81992cd93550cdd24359c612639.zip FreeBSD-ports-13af954b790aa81992cd93550cdd24359c612639.tar.gz |
Fix build with freetype2-2.1.7.
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/mail/thunderbird-esr/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp new file mode 100644 index 0000000..bc14106 --- /dev/null +++ b/mail/thunderbird-esr/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" |