--- ./boost/config/platform/bsd.hpp.orig 2008-07-05 12:13:48.000000000 -0600 +++ ./boost/config/platform/bsd.hpp 2008-07-05 15:58:45.000000000 -0600 @@ -43,7 +43,7 @@ // // No wide character support in the BSD header files: // -#if !(defined(__FreeBSD__) && (__FreeBSD__ >= 5)) +#if !(defined(__FreeBSD__) && (__FreeBSD__ >= 5) || defined(__NetBSD__)) # define BOOST_NO_CWCHAR #endif //