SOURCES: STLport-endianness.patch - update to 5.1.0
sls
sls at pld-linux.org
Sat Dec 16 19:50:16 CET 2006
Author: sls Date: Sat Dec 16 18:50:16 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- update to 5.1.0
---- Files affected:
SOURCES:
STLport-endianness.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/STLport-endianness.patch
diff -u SOURCES/STLport-endianness.patch:1.1 SOURCES/STLport-endianness.patch:1.2
--- SOURCES/STLport-endianness.patch:1.1 Wed Nov 9 09:30:52 2005
+++ SOURCES/STLport-endianness.patch Sat Dec 16 19:50:11 2006
@@ -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)
@@ -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 allow both settings (for instance via gcc -mbig-endian) - hence a seperate check is required */
++ /* itanium and powerpc allows both settings (for instance via gcc -mbig-endian) - hence a seperate check is required */
# if defined (__BIG_ENDIAN__)
# define _STLP_BIG_ENDIAN 1
# else
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/STLport-endianness.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list