summaryrefslogtreecommitdiff
path: root/sources/STLport-4.5.3.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-30 23:36:15 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-30 23:36:15 +0000
commit5076c0e95662d3484c19fce855dc8f98d06499f5 (patch)
tree1b2fa561be2f22a627d010fbd0b1f63aedb5a967 /sources/STLport-4.5.3.patch
parent4508ca9bf6b3bac49379555d310e9443051c6c0b (diff)
Fix stlport so it works
Diffstat (limited to 'sources/STLport-4.5.3.patch')
-rw-r--r--sources/STLport-4.5.3.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/STLport-4.5.3.patch b/sources/STLport-4.5.3.patch
index b0d73a81d..3f8328267 100644
--- a/sources/STLport-4.5.3.patch
+++ b/sources/STLport-4.5.3.patch
@@ -202,7 +202,7 @@ diff -urN STLport-4.5.3/stlport/config/_prolog.h STLport-4.5.3-devel/stlport/con
@@ -1,3 +1,8 @@
+/* Evil hack to make sure everything behaves itself */
+#define _STLP_USE_UCLIBC
-+#define _STLP_NO_WCHAR_T
++//#define _STLP_NO_WCHAR_T
+//#define _ISOC99_SOURCE
+//#define USE_SPRINTF_INSTEAD
@@ -246,7 +246,7 @@ diff -urN STLport-4.5.3/stlport/stl/_config.h STLport-4.5.3-devel/stlport/stl/_c
+#define _STLP_NO_EXCEPTIONS 1
+#define STL_NO_EXCEPTIONS 1
+#define _STLP_USE_UCLIBC 1
-+#define _STLP_NO_WCHAR_T 1
++//#define _STLP_NO_WCHAR_T 1
+#define _STLP_NO_LONG_DOUBLE 1
+#define USE_SPRINTF_INSTEAD 1
+#define _ISOC99_SOURCE 1