summaryrefslogtreecommitdiff
blob: 0fbad400e8f9a5a9071166a56cac1447e52c2235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Date: Tue, 15 Apr 2014 16:36:51 +0200
Subject: [PATCH] Fix compilation with >=freetype-2.5.1 while remaining
 compatible with older freetype versions.

This fixes Gentoo bug #507712 (https://bugs.gentoo.org/507712)

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

--- mscore-1.3/mscore/mscore/genft.cpp
+++ mscore-1.3/mscore/mscore/genft.cpp
@@ -27,7 +27,7 @@
 
 #include <ft2build.h>
 #include FT_FREETYPE_H
-#include <freetype/tttables.h>
+#include FT_TRUETYPE_TABLES_H
 #include "al/xml.h"
 
 QMap<int, int> codemap;