diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-10-07 22:20:14 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-10-07 22:20:43 +0200 |
commit | 7605e8e58cc7de404056ea59b9bed9de2e867b37 (patch) | |
tree | 314cc9f731e5e88cbd6c6815c6c6ed36449f778f /app-text/paps | |
parent | profiles/base/package.use.mask: remove old system-ffmpeg mask for www-client/... (diff) | |
download | gentoo-7605e8e58cc7de404056ea59b9bed9de2e867b37.tar.gz gentoo-7605e8e58cc7de404056ea59b9bed9de2e867b37.tar.bz2 gentoo-7605e8e58cc7de404056ea59b9bed9de2e867b37.zip |
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@gentoo.org>
Diffstat (limited to 'app-text/paps')
-rw-r--r-- | app-text/paps/files/paps-0.6.8-fix-freetype-include.patch | 7 |
1 files 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 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 <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> |