Fix FTBFS against freetype's header files location change. (#1078519)
This commit is contained in:
parent
207bfd320c
commit
ff0bbd74c3
15
paps-ft-header.patch
Normal file
15
paps-ft-header.patch
Normal file
@ -0,0 +1,15 @@
|
||||
diff -pruN paps-0.6.8.orig/src/libpaps.c paps-0.6.8/src/libpaps.c
|
||||
--- paps-0.6.8.orig/src/libpaps.c 2014-03-20 12:10:50.000000000 +0900
|
||||
+++ paps-0.6.8/src/libpaps.c 2014-03-20 12:11:54.000000000 +0900
|
||||
@@ -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 <locale.h>
|
||||
#include <stdlib.h>
|
Loading…
Reference in New Issue
Block a user