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, 11 insertions, 2 deletions
diff --git a/meta-pkgs/boost/patches/patch-ab b/meta-pkgs/boost/patches/patch-ab
index ef6dd16749c..98ced7bd9b6 100644
--- a/meta-pkgs/boost/patches/patch-ab
+++ b/meta-pkgs/boost/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.5 2011/10/02 21:23:50 sbd Exp $
+$NetBSD: patch-ab,v 1.6 2014/05/13 18:48:49 ryoon Exp $
--- boost/config/platform/bsd.hpp.orig 2011-03-07 13:07:30.000000000 +0000
+++ boost/config/platform/bsd.hpp
@@ -11,7 +11,16 @@ $NetBSD: patch-ab,v 1.5 2011/10/02 21:23:50 sbd Exp $
# define BOOST_HAS_PTHREADS
#endif
-@@ -62,7 +62,7 @@
+@@ -56,13 +56,15 @@
+ #endif
+
+ #if !((defined(__FreeBSD__) && (__FreeBSD__ >= 5)) \
+- || (defined(__NetBSD_GCC__) && (__NetBSD_GCC__ >= 2095003)) || defined(__DragonFly__))
++ || (defined(__NetBSD_GCC__) && (__NetBSD_GCC__ >= 2095003)) \
++ || defined(__DragonFly__) \
++ || defined(__OpenBSD__))
+ # define BOOST_NO_CWCHAR
+ #endif
//
// The BSD <ctype.h> has macros only, no functions:
//