diff options
Diffstat (limited to 'devel/lasi/files/patch-src_drawGlyph.h')
-rw-r--r-- | devel/lasi/files/patch-src_drawGlyph.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/lasi/files/patch-src_drawGlyph.h b/devel/lasi/files/patch-src_drawGlyph.h new file mode 100644 index 000000000000..cb174aae7889 --- /dev/null +++ b/devel/lasi/files/patch-src_drawGlyph.h @@ -0,0 +1,12 @@ +--- src/drawGlyph.h.orig 2013-12-13 10:13:05.000000000 +0100 ++++ src/drawGlyph.h 2013-12-13 10:15:40.000000000 +0100 +@@ -10,7 +10,8 @@ + + #include <iostream> + #include <pango/pango.h> +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + /** Generate the Postscript commands to draw the glyph + * using the font in pPangoCtx. |