summarylogtreecommitdiffstats
path: root/freetype2_path_fix.patch
diff options
context:
space:
mode:
authorKroshKobel2015-10-09 18:40:31 +0300
committerKroshKobel2015-10-09 18:40:31 +0300
commitd929d9e59894c789d62d44d2175df66062e25d6d (patch)
treef4d5053dd1f57781b3ee6a7f57ccb7722bdb8c90 /freetype2_path_fix.patch
parent3e5505ff49046ce59f01bdd693349d908695d7be (diff)
downloadaur-coolreader3-git.tar.gz
Update the freetype2 include path.
Diffstat (limited to 'freetype2_path_fix.patch')
-rw-r--r--freetype2_path_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/freetype2_path_fix.patch b/freetype2_path_fix.patch
new file mode 100644
index 000000000000..bcc173e06f10
--- /dev/null
+++ b/freetype2_path_fix.patch
@@ -0,0 +1,11 @@
+--- a/crengine/src/lvfntman.cpp
++++ b/crengine/src/lvfntman.cpp
+@@ -53,7 +53,7 @@
+ #else
+
+ #ifdef USE_FREETYPE2
+-#include <freetype2/config/ftheader.h>
++#include <freetype2/freetype/config/ftheader.h>
+ #else
+ #include <freetype/config/ftheader.h>
+ #endif