1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../openoffice-org/lbnames.patch
5 # Copyright (C) 2010 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ./cppu/inc/uno/lbnames.h 2009-08-06 08:01:05.000000000 +0000
18 +++ ./cppu/inc/uno/lbnames.h 2010-08-08 17:09:24.323893660 +0000
20 #error "Tested gcc 2 versions are 2.91 and 2.95. Patch uno/lbnames.h to try your gcc 2 version."
21 #elif (__GNUC__ == 3 && __GNUC_MINOR__ <= 4)
22 #define __CPPU_ENV gcc3
23 -#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 4)
24 +#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 9)
25 #define __CPPU_ENV gcc3
27 #error "Tested gcc 3 version is <= 3.4. Patch uno/lbnames.h to try your gcc 3 version."
29 -#error "Supported gcc majors are 2 , 3 and 4 <= 4.4. Unsupported gcc major version."
30 +#error "Supported gcc majors are 2 , 3 and 4 <= 4.x. Unsupported gcc major version."
31 #endif /* defined (__GNUC__) */
32 #endif /* defined (_MSC_VER) */