]> git.pld-linux.org Git - packages/STLport.git/blame - STLport-gcc3.patch
- updated for gcc 3.2.1
[packages/STLport.git] / STLport-gcc3.patch
CommitLineData
fb8572d1
JB
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)
3063f165 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
fb8572d1
JB
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.083485 seconds and 4 git commands to generate.