]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- gcc 3.4 fixes.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 27 Feb 2004 18:31:51 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport-gcc34.patch -> 1.1

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

diff --git a/STLport-gcc34.patch b/STLport-gcc34.patch
new file mode 100644 (file)
index 0000000..710a62b
--- /dev/null
@@ -0,0 +1,29 @@
+--- STLport-4.6.1/stlport/config/stl_gcc.h.orig        2003-11-02 09:59:11.000000000 +0100
++++ STLport-4.6.1/stlport/config/stl_gcc.h     2004-02-27 18:51:56.250671472 +0100
+@@ -268,11 +268,11 @@
+ #   define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward
+ #  else
+ #   if defined(__GNUC_PATCHLEVEL__) && (__GNUC_PATCHLEVEL__ > 0)
+-#     define _STLP_NATIVE_INCLUDE_PATH ../__GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
+-#     define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../__GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__/backward
++#     define _STLP_NATIVE_INCLUDE_PATH /usr/include/c++/__GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
++#     define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH /usr/include/c++/__GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__/backward
+ #   else
+-#     define _STLP_NATIVE_INCLUDE_PATH ../__GNUC__.__GNUC_MINOR__
+-#     define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../__GNUC__.__GNUC_MINOR__/backward
++#     define _STLP_NATIVE_INCLUDE_PATH /usr/include/c++/__GNUC__.__GNUC_MINOR__.0
++#     define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH /usr/include/c++/__GNUC__.__GNUC_MINOR__.0/backward
+ #   endif
+ #  endif
+--- STLport-4.6.1/stlport/stl/_config.h.orig   2004-02-05 00:29:55.000000000 +0100
++++ STLport-4.6.1/stlport/stl/_config.h        2004-02-27 19:06:50.711692728 +0100
+@@ -89,6 +89,8 @@
+  */
+ // # include <stl/_check_config.h>
++#define _STLP_DONT_USE_NESTED_TCLASS_THROUGHT_TPARAM
++
+ /* SGI terms */
+ # if !defined (_STLP_NO_MEMBER_TEMPLATES) && !defined (_STLP_MEMBER_TEMPLATES)
This page took 0.115662 seconds and 4 git commands to generate.