]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- fix for ppc and sparc, it seems these don't have some vendor math functions auto/ac/STLport-5_1_2-1
authorhawk <hawk@pld-linux.org>
Tue, 13 Mar 2007 21:44:12 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport-no_vendor_math_l.patch -> 1.1.2.1

STLport-no_vendor_math_l.patch [new file with mode: 0644]

diff --git a/STLport-no_vendor_math_l.patch b/STLport-no_vendor_math_l.patch
new file mode 100644 (file)
index 0000000..da94509
--- /dev/null
@@ -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
This page took 0.033087 seconds and 4 git commands to generate.