SOURCES: STLport-alpha.patch (NEW) - adapted from AC-branch

qboosh qboosh at pld-linux.org
Sat Nov 3 22:59:00 CET 2007


Author: qboosh                       Date: Sat Nov  3 21:59:00 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- adapted from AC-branch

---- Files affected:
SOURCES:
   STLport-alpha.patch (1.1 -> 1.2)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/STLport-alpha.patch
diff -u /dev/null SOURCES/STLport-alpha.patch:1.2
--- /dev/null	Sat Nov  3 22:59:00 2007
+++ SOURCES/STLport-alpha.patch	Sat Nov  3 22:58:55 2007
@@ -0,0 +1,11 @@
+--- STLport-5.1.4/stlport/stl/_cwchar.h.orig	2006-11-13 21:27:25.000000000 +0100
++++ STLport-5.1.4/stlport/stl/_cwchar.h	2007-11-03 22:41:19.435067261 +0100
+@@ -105,7 +105,7 @@
+ #        define WCHAR_MAX ((wchar_t)~0)
+ #      endif
+ #    endif
+-#    if defined (__GNUC__) && defined (__alpha__)
++#    if defined (__GNUC__) && defined (__alpha__) && (__GNUC__ < 3)
+ /* Definition of WCHAR_MIN and MAX are wrong for alpha platform
+  * as gcc consider wchar_t as an unsigned type. Static assertion are
+  * here to check that a future alpha SDK or a future gcc won't change the
================================================================


More information about the pld-cvs-commit mailing list