diff options
Diffstat (limited to 'devel/lasi/files/patch-src_util.h')
-rw-r--r-- | devel/lasi/files/patch-src_util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/lasi/files/patch-src_util.h b/devel/lasi/files/patch-src_util.h new file mode 100644 index 0000000..567da58 --- /dev/null +++ b/devel/lasi/files/patch-src_util.h @@ -0,0 +1,11 @@ +--- src/util.h.orig 2013-12-13 10:13:16.000000000 +0100 ++++ src/util.h 2013-12-13 10:17:01.000000000 +0100 +@@ -18,7 +18,7 @@ + + #include <ft2build.h> + #include FT_FREETYPE_H +-#include <freetype/ftglyph.h> ++#include FT_GLYPH_H + + std::ostream& operator<<(std::ostream&, const FT_Library); + std::ostream& operator<<(std::ostream&, const FT_Face); |