Files
pkgsrc-ng/meta-pkgs/boost/patches/patch-ab
2013-09-26 17:14:40 +02:00

23 lines
667 B
Plaintext

$NetBSD: patch-ab,v 1.5 2011/10/02 21:23:50 sbd Exp $
--- boost/config/platform/bsd.hpp.orig 2011-03-07 13:07:30.000000000 +0000
+++ boost/config/platform/bsd.hpp
@@ -37,7 +37,7 @@
// and not in <unistd.h>
//
#if (defined(__FreeBSD__) && (__FreeBSD__ <= 3))\
- || defined(__OpenBSD__) || defined(__DragonFly__)
+ || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__NetBSD__)
# define BOOST_HAS_PTHREADS
#endif
@@ -62,7 +62,7 @@
//
// The BSD <ctype.h> has macros only, no functions:
//
-#if !defined(__OpenBSD__) || defined(__DragonFly__)
+#if !defined(__OpenBSD__) && !defined(__DragonFly__)
# define BOOST_NO_CTYPE_FUNCTIONS
#endif