Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey/files: seamonkey-freetype251.patch
Date: Tue, 31 Dec 2013 17:06:11
Message-Id: 20131231170607.7ABD12004C@flycatcher.gentoo.org
1 polynomial-c 13/12/31 17:06:07
2
3 Added: seamonkey-freetype251.patch
4 Log:
5 Fixed compilation with >=freetype-2.5.1
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.1 www-client/seamonkey/files/seamonkey-freetype251.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/files/seamonkey-freetype251.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/files/seamonkey-freetype251.patch?rev=1.1&content-type=text/plain
14
15 Index: seamonkey-freetype251.patch
16 ===================================================================
17
18 # HG changeset patch
19 # User Mike Hommey <mh+mozilla@××××××××.org>
20 # Date 1386020061 -32400
21 # Node ID d6f47a333fe1827bbbfdbce7b107d07b7af46bd3
22 # Parent f047d2032ad765859e40be7dc6197957207f1f0e
23 Bug 944454 - Wrap non-prefixed freetype headers from newer freetype versions. r=ted
24
25 diff --git a/config/system-headers b/config/system-headers
26 --- a/config/system-headers
27 +++ b/config/system-headers
28 @@ -408,16 +408,29 @@ freetype/ftoutln.h
29 freetype/ttnameid.h
30 freetype/tttables.h
31 freetype/t1tables.h
32 freetype/ftlcdfil.h
33 freetype/ftsizes.h
34 freetype/ftadvanc.h
35 freetype/ftbitmap.h
36 freetype/ftxf86.h
37 +freetype.h
38 +ftcache.h
39 +ftglyph.h
40 +ftsynth.h
41 +ftoutln.h
42 +ttnameid.h
43 +tttables.h
44 +t1tables.h
45 +ftlcdfil.h
46 +ftsizes.h
47 +ftadvanc.h
48 +ftbitmap.h
49 +ftxf86.h
50 fribidi/fribidi.h
51 FSp_fopen.h
52 fstream
53 fstream.h
54 ft2build.h
55 fts.h
56 gconf/gconf-client.h
57 Gdiplus.h
58 diff --git a/js/src/config/system-headers b/js/src/config/system-headers
59 --- a/js/src/config/system-headers
60 +++ b/js/src/config/system-headers
61 @@ -408,16 +408,29 @@ freetype/ftoutln.h
62 freetype/ttnameid.h
63 freetype/tttables.h
64 freetype/t1tables.h
65 freetype/ftlcdfil.h
66 freetype/ftsizes.h
67 freetype/ftadvanc.h
68 freetype/ftbitmap.h
69 freetype/ftxf86.h
70 +freetype.h
71 +ftcache.h
72 +ftglyph.h
73 +ftsynth.h
74 +ftoutln.h
75 +ttnameid.h
76 +tttables.h
77 +t1tables.h
78 +ftlcdfil.h
79 +ftsizes.h
80 +ftadvanc.h
81 +ftbitmap.h
82 +ftxf86.h
83 fribidi/fribidi.h
84 FSp_fopen.h
85 fstream
86 fstream.h
87 ft2build.h
88 fts.h
89 gconf/gconf-client.h
90 Gdiplus.h