]> git.pld-linux.org Git - packages/STLport.git/blob - STLport-alpha.patch
- added -j1 to make install, fixes build on ti-i686 and ti-x86_64
[packages/STLport.git] / STLport-alpha.patch
1 --- STLport-5.1.4/stlport/stl/_cwchar.h.orig    2006-11-13 21:27:25.000000000 +0100
2 +++ STLport-5.1.4/stlport/stl/_cwchar.h 2007-11-03 22:41:19.435067261 +0100
3 @@ -105,7 +105,7 @@
4  #        define WCHAR_MAX ((wchar_t)~0)
5  #      endif
6  #    endif
7 -#    if defined (__GNUC__) && defined (__alpha__)
8 +#    if defined (__GNUC__) && defined (__alpha__) && (__GNUC__ < 3)
9  /* Definition of WCHAR_MIN and MAX are wrong for alpha platform
10   * as gcc consider wchar_t as an unsigned type. Static assertion are
11   * here to check that a future alpha SDK or a future gcc won't change the
This page took 0.046892 seconds and 3 git commands to generate.