Magellan Linux

Annotation of /trunk/openoffice/patches/openoffice-3.2.1-gcc45.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1115 - (hide annotations) (download)
Sun Aug 22 18:37:54 2010 UTC (13 years, 10 months ago) by niro
File size: 962 byte(s)
-added

1 niro 1115 ---
2     cppu/inc/uno/lbnames.h | 4 ++--
3     1 files changed, 2 insertions(+), 2 deletions(-)
4    
5     diff --git cppu/inc/uno/lbnames.h cppu/inc/uno/lbnames.h
6     index 285c43b..ec5822d 100644
7     --- cppu/inc/uno/lbnames.h
8     +++ cppu/inc/uno/lbnames.h
9     @@ -59,12 +59,12 @@ provoking error here, because PP ignores #error
10     #error "Tested gcc 2 versions are 2.91 and 2.95. Patch uno/lbnames.h to try your gcc 2 version."
11     #elif (__GNUC__ == 3 && __GNUC_MINOR__ <= 4)
12     #define __CPPU_ENV gcc3
13     -#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 4)
14     +#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 5)
15     #define __CPPU_ENV gcc3
16     #elif (__GNUC__ == 3)
17     #error "Tested gcc 3 version is <= 3.4. Patch uno/lbnames.h to try your gcc 3 version."
18     #else
19     -#error "Supported gcc majors are 2 , 3 and 4 <= 4.4. Unsupported gcc major version."
20     +#error "Supported gcc majors are 2 , 3 and 4 <= 4.5. Unsupported gcc major version."
21     #endif /* defined (__GNUC__) */
22     #endif /* defined (_MSC_VER) */
23    
24     --
25     1.7.0.1
26