blob: a5e0f811863beedb0e5292bb47204489c6b03dce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
$NetBSD: patch-config_system-headers,v 1.3 2016/01/20 22:14:13 ryoon Exp $
--- config/system-headers.orig 2014-09-24 02:53:26.000000000 +0000
+++ config/system-headers
@@ -402,6 +402,7 @@ frame/log.h
frame/req.h
freetype/freetype.h
freetype/ftcache.h
+freetype/ftfntfmt.h
freetype/ftglyph.h
freetype/ftsynth.h
freetype/ftoutln.h
@@ -415,6 +416,7 @@ freetype/ftbitmap.h
freetype/ftxf86.h
freetype.h
ftcache.h
+ftfntfmt.h
ftglyph.h
ftsynth.h
ftoutln.h
@@ -644,6 +646,7 @@ mapiutil.h
mapix.h
Math64.h
math.h
+complex
mbstring.h
mem.h
memory
@@ -1145,3 +1148,14 @@ kvm.h
spawn.h
err.h
xlocale.h
+#if MOZ_NATIVE_ICU==1
+unicode/locid.h
+unicode/numsys.h
+unicode/ucal.h
+unicode/ucol.h
+unicode/udat.h
+unicode/udatpg.h
+unicode/uenum.h
+unicode/unum.h
+unicode/ustring.h
+#endif
|