diff options
Diffstat (limited to 'dev-libs/STLport/files/STLport-5.0.3-ppc.patch')
-rw-r--r-- | dev-libs/STLport/files/STLport-5.0.3-ppc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/STLport/files/STLport-5.0.3-ppc.patch b/dev-libs/STLport/files/STLport-5.0.3-ppc.patch deleted file mode 100644 index d3c53799ddd1..000000000000 --- a/dev-libs/STLport/files/STLport-5.0.3-ppc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- stlport/stl/_config.h.orig 2007-02-13 20:38:46.000000000 +0100 -+++ stlport/stl/_config.h 2007-02-13 20:42:55.000000000 +0100 -@@ -162,7 +162,7 @@ - - #if !defined (_STLP_BIG_ENDIAN) && ! defined (_STLP_LITTLE_ENDIAN) - # if defined (_MIPSEB) || defined (__sparc) || defined (_AIX) || \ -- defined (__hpux) || defined (macintosh) || defined (_MAC) -+ defined (__hpux) || defined (macintosh) || defined (_MAC) || defined (__ppc__) - # define _STLP_BIG_ENDIAN 1 - # elif defined (__i386) || defined (_M_IX86) || defined (_M_ARM) || \ - defined (__amd64__) || defined (_M_AMD64) || defined (__x86_64__) || \ |