$NetBSD: patch-ac,v 1.7 2012/08/27 08:49:09 adam Exp $

--- boost/config/suffix.hpp.orig	2010-10-01 09:19:44.000000000 +0000
+++ boost/config/suffix.hpp
@@ -247,7 +247,7 @@
 //
 #if (defined(__MT__) || defined(_MT) || defined(_REENTRANT) \
     || defined(_PTHREADS) || defined(__APPLE__) || defined(__DragonFly__)) \
-    && !defined(BOOST_HAS_THREADS)
+    || defined(__NetBSD__) && !defined(BOOST_HAS_THREADS)
 #  define BOOST_HAS_THREADS
 #endif
 
