diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2006-12-24 01:35:09 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2006-12-24 01:35:09 +0000 |
commit | 0cc9dfc45281b0e9c78a83bda15a3aa119f9b049 (patch) | |
tree | c37f9970f6522b0d5b433c0882737878e68d8370 /dev-libs/STLport/files | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-0cc9dfc45281b0e9c78a83bda15a3aa119f9b049.tar.gz gentoo-2-0cc9dfc45281b0e9c78a83bda15a3aa119f9b049.tar.bz2 gentoo-2-0cc9dfc45281b0e9c78a83bda15a3aa119f9b049.zip |
Added patch for compilation-failure on ppc (bug #132054, thanks to illusion)
(Portage version: 2.1.2_rc3-r8)
Diffstat (limited to 'dev-libs/STLport/files')
-rw-r--r-- | dev-libs/STLport/files/STLport-5.1.0-ppc.patch | 21 |
1 files changed, 21 insertions, 0 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 new file mode 100644 index 000000000000..1376d8e83d92 --- /dev/null +++ b/dev-libs/STLport/files/STLport-5.1.0-ppc.patch @@ -0,0 +1,21 @@ +--- 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. |