Author: hawk Date: Tue Mar 13 21:44:17 2007 GMT Module: SOURCES Tag: AC-branch ---- Log message: - fix for ppc and sparc, it seems these don't have some vendor math functions
---- Files affected: SOURCES: STLport-no_vendor_math_l.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/STLport-no_vendor_math_l.patch diff -u /dev/null SOURCES/STLport-no_vendor_math_l.patch:1.1.2.1 --- /dev/null Tue Mar 13 22:44:17 2007 +++ SOURCES/STLport-no_vendor_math_l.patch Tue Mar 13 22:44:12 2007 @@ -0,0 +1,12 @@ +diff -ur STLport-5.1.2.orig/stlport/stl/config/_gcc.h STLport-5.1.2/stlport/stl/config/_gcc.h +--- STLport-5.1.2.orig/stlport/stl/config/_gcc.h 2006-07-22 15:27:46.000000000 +0200 ++++ STLport-5.1.2/stlport/stl/config/_gcc.h 2007-03-13 22:39:43.000000000 +0100 +@@ -203,7 +203,7 @@ + # endif + #endif + +-#if defined (__alpha__) ++#if defined (__alpha__) || defined (__powerpc__) || defined (__sparc__) + # define _STLP_NO_VENDOR_MATH_L + # define _STLP_NO_IEC559_SUPPORT + #endif ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
