]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- really moved to HEAD
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Oct 2002 07:17:54 +0000 (07:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport-gcc3.patch -> 1.2

STLport-gcc3.patch [new file with mode: 0644]

diff --git a/STLport-gcc3.patch b/STLport-gcc3.patch
new file mode 100644 (file)
index 0000000..80a0bec
--- /dev/null
@@ -0,0 +1,19 @@
+--- STLport-4.5.3/stlport/config/stl_gcc.h.old Fri Oct 18 20:13:00 2002
++++ STLport-4.5.3/stlport/config/stl_gcc.h     Fri Oct 18 20:14:16 2002
+@@ -249,9 +249,14 @@
+ #   endif
+ # if (__GNUC__ >= 3)
++# if (__GNUC_MINOR__ >= 2)
++# define _STLP_NATIVE_INCLUDE_PATH /usr/include/c++/3.2
++# define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../c++/3.2/backward
++# else
+-#  define _STLP_NATIVE_INCLUDE_PATH ../g++-v3
+-#  define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward
++# define _STLP_NATIVE_INCLUDE_PATH ../g++-v3
++# define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward
++# endif
+ # elif (__GNUC_MINOR__ < 8)
This page took 0.087826 seconds and 4 git commands to generate.