diff options
Diffstat (limited to 'x11-toolkits/pango/files/patch-modules_indic_indic-ot.h')
-rw-r--r-- | x11-toolkits/pango/files/patch-modules_indic_indic-ot.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/pango/files/patch-modules_indic_indic-ot.h b/x11-toolkits/pango/files/patch-modules_indic_indic-ot.h new file mode 100644 index 000000000000..9e6a2e4292d0 --- /dev/null +++ b/x11-toolkits/pango/files/patch-modules_indic_indic-ot.h @@ -0,0 +1,12 @@ +--- modules/indic/indic-ot.h.orig Tue Mar 16 16:23:13 2004 ++++ modules/indic/indic-ot.h Tue Mar 16 16:23:38 2004 +@@ -9,7 +9,8 @@ + #ifndef __INDIC_OT_H__ + #define __INDIC_OT_H__ + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + #include <pango/pango-glyph.h> + #include <pango/pango-types.h> + #include "mprefixups.h" |