$NetBSD: patch-am,v 1.2 2008/09/13 16:14:13 jmmv Exp $

--- tools/build/v2/tools/python.jam.orig	2008-07-15 09:53:41.000000000 -0400
+++ tools/build/v2/tools/python.jam
@@ -649,6 +649,8 @@ local rule system-library-dependencies (
         case darwin : return ;
         case windows : return ;
 
+        case *bsd : return  <library>pthread <toolset>gcc:<library>util ;
+
         case hpux : return  <library>rt ;
 
         case aix : return  <library>pthread <library>dl ;
