Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 375010 Details for
Bug 507712
media-sound/musescore-1.3 failed: "mscore-1.3/mscore/mscore/genft.cpp:30:31: fatal error: freetype/tttables.h: No such file or directory"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
musescore-1.3-freetype251.patch
musescore-1.3-freetype251.patch (text/plain), 527 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2014-04-15 14:43:05 UTC
(
hide
)
Description:
musescore-1.3-freetype251.patch
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2014-04-15 14:43:05 UTC
Size:
527 bytes
patch
obsolete
>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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 507712
:
374976
|
374978
| 375010