polynomial-c    14/04/16 06:11:17

  Added:                musescore-1.3-freetype251.patch
  Log:
  Fixed compilation with >=freetype-2.5.1 (bug #507712)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.1                  media-sound/musescore/files/musescore-1.3-freetype251.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/musescore/files/musescore-1.3-freetype251.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/musescore/files/musescore-1.3-freetype251.patch?rev=1.1&content-type=text/plain

Index: musescore-1.3-freetype251.patch
===================================================================
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 <polynomia...@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;




Reply via email to