app-text/paps: Fixed compilation with freetype-2.6.1 (bug #562494).
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 7 Oct 2015 20:20:14 +0000 (22:20 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 7 Oct 2015 20:20:43 +0000 (22:20 +0200)
Package-Manager: portage-2.2.22
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-text/paps/files/paps-0.6.8-fix-freetype-include.patch

index 30b456e7741697cea684c638e0c2d8dc022699d6..ab97d22a295771aee23d8c54357cdcf7018f2946 100644 (file)
@@ -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>