diff options
Diffstat (limited to 'x11-toolkits/pango/files/patch-pango_pango-ot.h')
-rw-r--r-- | x11-toolkits/pango/files/patch-pango_pango-ot.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/pango/files/patch-pango_pango-ot.h b/x11-toolkits/pango/files/patch-pango_pango-ot.h new file mode 100644 index 000000000000..61e68f7207e7 --- /dev/null +++ b/x11-toolkits/pango/files/patch-pango_pango-ot.h @@ -0,0 +1,12 @@ +--- pango/pango-ot.h.orig Tue Mar 16 16:21:00 2004 ++++ pango/pango-ot.h Tue Mar 16 16:21:18 2004 +@@ -22,7 +22,8 @@ + #ifndef __PANGO_OT_H__ + #define __PANGO_OT_H__ + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + #include <pango/pango-glyph.h> + + G_BEGIN_DECLS |