]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- reverted last change (working on stlport-5.0.2 again)
authorSzymon Siwek <sls@pld-linux.org>
Fri, 22 Dec 2006 10:16:45 +0000 (10:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport-endianness.patch -> 1.3

STLport-endianness.patch

index 3cf7249d39ed0a28045adf28d9b574555734fc42..f864069fee1d857986099d1d5152db1bf2802c9c 100644 (file)
@@ -1,9 +1,9 @@
---- STLport/stlport/stl/config/features.h.orig 2005-10-09 17:21:35.000000000 +0200
-+++ STLport/stlport/stl/config/features.h      2005-11-09 09:28:38.949726000 +0100
-@@ -173,15 +173,15 @@
- #endif
+--- STLport/stlport/stl/_config.h.orig 2005-10-09 17:21:35.000000000 +0200
++++ STLport/stlport/stl/_config.h      2005-11-09 09:28:38.949726000 +0100
+@@ -161,15 +161,15 @@
  
- #if !defined (_STLP_BIG_ENDIAN) && !defined (_STLP_LITTLE_ENDIAN)
+ #if !defined (_STLP_BIG_ENDIAN) && ! defined (_STLP_LITTLE_ENDIAN)
 -#  if defined (_MIPSEB) || defined (__sparc) || defined (_AIX) || \
 +#  if defined (_MIPSEB) || defined (__sparc__) || defined (_AIX) || \
        defined (__hpux) || defined (macintosh) || defined (_MAC)
@@ -15,7 +15,7 @@
 -#  elif defined (__ia64__)
 -    /* itanium allows both settings (for instance via gcc -mbig-endian) - hence a seperate check is required */
 +#  elif defined (__ia64__) || defined (__powerpc__)
-+    /* itanium and powerpc allows both settings (for instance via gcc -mbig-endian) - hence a seperate check is required */
++    /* itanium and powerpc allow both settings (for instance via gcc -mbig-endian) - hence a seperate check is required */
  #    if defined (__BIG_ENDIAN__)
  #      define _STLP_BIG_ENDIAN 1
  #    else
This page took 0.077152 seconds and 4 git commands to generate.