summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/boost/patches/patch-ab')
-rw-r--r--meta-pkgs/boost/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-pkgs/boost/patches/patch-ab b/meta-pkgs/boost/patches/patch-ab
new file mode 100644
index 00000000000..3d1929058e8
--- /dev/null
+++ b/meta-pkgs/boost/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/02/26 22:48:34 jmmv Exp $
+
+--- libs/config/test/boost_no_cwchar.ipp.orig 2003-10-14 12:33:07.000000000 +0200
++++ libs/config/test/boost_no_cwchar.ipp
+@@ -18,7 +18,7 @@ int test()
+ {
+ wchar_t c1[2] = { 0 };
+ wchar_t c2[2] = { 0 };
+- if(wcscmp(c1,c2) || wcslen(c1)) return -1;
++ if(std::wcscmp(c1,c2) || std::wcslen(c1)) return -1;
+ wcscpy(c1,c2);
+ wcsxfrm(c1,c2,0);
+ return 0;