]> git.pld-linux.org Git - packages/STLport.git/blame - STLport-no_vendor_math_l.patch
- fix for "size of array '__static_assert' is negative" on alpha
[packages/STLport.git] / STLport-no_vendor_math_l.patch
CommitLineData
4cced851 1diff -ur STLport-5.1.2.orig/stlport/stl/config/_gcc.h STLport-5.1.2/stlport/stl/config/_gcc.h
2--- STLport-5.1.2.orig/stlport/stl/config/_gcc.h 2006-07-22 15:27:46.000000000 +0200
3+++ STLport-5.1.2/stlport/stl/config/_gcc.h 2007-03-13 22:39:43.000000000 +0100
4@@ -203,7 +203,7 @@
5 # endif
6 #endif
7
8-#if defined (__alpha__)
9+#if defined (__alpha__) || defined (__powerpc__) || defined (__sparc__)
10 # define _STLP_NO_VENDOR_MATH_L
11 # define _STLP_NO_IEC559_SUPPORT
12 #endif
This page took 0.055465 seconds and 4 git commands to generate.