]> git.pld-linux.org Git - packages/STLport.git/blob - STLport-gcc3.patch
- Patched for gcc 3.2.1
[packages/STLport.git] / STLport-gcc3.patch
1 --- STLport-4.5.3/stlport/config/stl_gcc.h.old  Fri Oct 18 20:13:00 2002
2 +++ STLport-4.5.3/stlport/config/stl_gcc.h      Fri Oct 18 20:14:16 2002
3 @@ -249,9 +249,14 @@
4  #   endif
5  
6  # if (__GNUC__ >= 3)
7 +# if (__GNUC_MINOR__ >= 2)
8 +# define _STLP_NATIVE_INCLUDE_PATH /usr/include/c++/3.2.1
9 +# define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../c++/3.2.1/backward
10 +# else
11  
12 -#  define _STLP_NATIVE_INCLUDE_PATH ../g++-v3
13 -#  define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward
14 +# define _STLP_NATIVE_INCLUDE_PATH ../g++-v3
15 +# define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward
16 +# endif
17  
18  # elif (__GNUC_MINOR__ < 8)
19  
This page took 0.029706 seconds and 3 git commands to generate.