]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- back to 5.1.0
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Dec 2006 23:17:49 +0000 (23:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport-endianness.patch -> 1.4

STLport-endianness.patch

index f864069fee1d857986099d1d5152db1bf2802c9c..588046f6de560cda769bc1349a22adca2dcbefb9 100644 (file)
@@ -1,9 +1,9 @@
---- 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 @@
+--- 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
  
- #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)
This page took 0.121305 seconds and 4 git commands to generate.