projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4508ca9
)
Fix stlport so it works
author
Eric Andersen
<andersen@codepoet.org>
Thu, 30 Jan 2003 23:36:15 +0000
(23:36 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 30 Jan 2003 23:36:15 +0000
(23:36 -0000)
sources/STLport-4.5.3.patch
patch
|
blob
|
history
diff --git
a/sources/STLport-4.5.3.patch
b/sources/STLport-4.5.3.patch
index b0d73a81d76bdcd2713054300fb75cfc1a572363..3f83282671916c04e2b7db5c19bd17d8ab63a083 100644
(file)
--- 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