From: Lars Wendler Date: Wed, 7 Oct 2015 20:20:14 +0000 (+0200) Subject: app-text/paps: Fixed compilation with freetype-2.6.1 (bug #562494). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7605e8e58cc7de404056ea59b9bed9de2e867b37;p=gentoo.git app-text/paps: Fixed compilation with freetype-2.6.1 (bug #562494). Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler --- 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 30b456e77416..ab97d22a2957 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 #include -#include -#include -+#include -+#include ++#include ++#include FT_GLYPH_H ++#include FT_OUTLINE_H #include #include #include