diff options
Diffstat (limited to 'dev-libs/STLport/files/STLport-5.1.0-ppc.patch')
-rw-r--r-- | dev-libs/STLport/files/STLport-5.1.0-ppc.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-libs/STLport/files/STLport-5.1.0-ppc.patch b/dev-libs/STLport/files/STLport-5.1.0-ppc.patch deleted file mode 100644 index 1376d8e83d92..000000000000 --- a/dev-libs/STLport/files/STLport-5.1.0-ppc.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- stlport/stl/config/_gcc.h.orig 2006-12-24 02:38:24.000000000 +0100 -+++ stlport/stl/config/_gcc.h 2006-12-24 02:40:20.000000000 +0100 -@@ -9,6 +9,7 @@ - # ifndef _STLP_USE_GLIBC - # define _STLP_USE_GLIBC 1 - # endif -+# define _STLP_NO_VENDOR_STDLIB_L - # if defined (__UCLIBC__) && !defined (_STLP_USE_UCLIBC) - # define _STLP_USE_UCLIBC 1 - # endif -@@ -21,7 +22,9 @@ - #endif - - #if (__GNUC__ < 3) --# define _STLP_NO_VENDOR_STDLIB_L -+# ifndef _STLP_NO_VENDOR_STDLIB_L -+# define _STLP_NO_VENDOR_STDLIB_L -+# endif - #endif - - /* We guess if we are using the cygwin distrib that has a special include schema. |