diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-24 21:22:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-24 21:22:21 +0000 |
commit | b1bf1620a6571c5eb84bed4e3f06cf52094d0a48 (patch) | |
tree | 93506aaee5230ee46b75930c4b3a6b8e0f243d74 /print/paps | |
parent | 123411e1ee17366ee88efd54b8482949b8e76eb5 (diff) |
Notes
Diffstat (limited to 'print/paps')
-rw-r--r-- | print/paps/files/patch-src_libpaps.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/paps/files/patch-src_libpaps.c b/print/paps/files/patch-src_libpaps.c new file mode 100644 index 000000000000..790c3a8dda74 --- /dev/null +++ b/print/paps/files/patch-src_libpaps.c @@ -0,0 +1,14 @@ +--- src/libpaps.c.orig 2013-12-16 16:10:33.000000000 +0100 ++++ src/libpaps.c 2013-12-16 16:11:06.000000000 +0100 +@@ -25,8 +25,9 @@ + + #include <pango/pango.h> + #include <pango/pangoft2.h> +-#include <freetype/ftglyph.h> +-#include <freetype/ftoutln.h> ++#include <ft2build.h> ++#include FT_GLYPH_H ++#include FT_OUTLINE_H + #include <errno.h> + #include <stdlib.h> + #include <stdio.h> |