commit: 7605e8e58cc7de404056ea59b9bed9de2e867b37 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Wed Oct 7 20:20:14 2015 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Wed Oct 7 20:20:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7605e8e5
app-text/paps: Fixed compilation with freetype-2.6.1 (bug #562494). Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> app-text/paps/files/paps-0.6.8-fix-freetype-include.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-text/paps/files/paps-0.6.8-fix-freetype-include.patch b/app-text/paps/files/paps-0.6.8-fix-freetype-include.patch index 30b456e..ab97d22 100644 --- a/app-text/paps/files/paps-0.6.8-fix-freetype-include.patch +++ b/app-text/paps/files/paps-0.6.8-fix-freetype-include.patch @@ -1,13 +1,14 @@ --- paps-0.6.8/src/libpaps.c +++ paps-0.6.8/src/libpaps.c -@@ -25,8 +25,8 @@ +@@ -25,8 +25,9 @@ #include <pango/pango.h> #include <pango/pangoft2.h> -#include <freetype/ftglyph.h> -#include <freetype/ftoutln.h> -+#include <ftglyph.h> -+#include <ftoutln.h> ++#include <ft2build.h> ++#include FT_GLYPH_H ++#include FT_OUTLINE_H #include <errno.h> #include <stdlib.h> #include <stdio.h>
