Magellan Linux

Contents of /trunk/ttmkfdir/patches/ttmkfdir-3.0.9-gcc34.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 878 byte(s)
-import

1 diff -Nurd builtin.cpp.old builtin.cpp
2 --- builtin.cpp.old 2004-04-22 16:26:16.175065656 -0400
3 +++ builtin.cpp 2004-04-22 16:27:06.042484656 -0400
4 @@ -600,7 +600,7 @@
5 0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff
6 };
7
8 -};
9 +}
10
11 Encoding::BuiltinEncoding_t Encoding::builtin_encodings[] = {
12 {256,191,32,{TT_PLATFORM_MICROSOFT,TT_MS_ID_UNICODE_CS,iso8859_1},{"iso8859-1",}},
13 diff -Nurd ttf.h.old ttf.h
14 --- ttf.h.old 2004-04-22 16:26:16.176065504 -0400
15 +++ ttf.h 2004-04-22 16:27:06.042484656 -0400
16 @@ -49,7 +49,7 @@
17 TT_Postscript *post;
18 std::string FileName;
19 };
20 -};
21 +}
22
23 #endif /* TTF_H__ */
24
25 diff -Nurd util.h.old util.h
26 --- util.h.old 2004-04-22 16:26:16.176065504 -0400
27 +++ util.h 2004-04-22 16:27:06.042484656 -0400
28 @@ -17,6 +17,6 @@
29 Singleton (void) {};
30 ~Singleton (void) {};
31 };
32 -};
33 +}
34
35 #endif // TTMKFDIRUTIL_H__