summaryrefslogtreecommitdiff
path: root/devel/boost-python-libs/files/patch-tools_build_v2_tools_python.jam
blob: bf2212b3d52079d03093d26000b41a38ba72dda5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/build/v2/tools/python.jam.orig	Thu Oct 16 12:42:03 2008
+++ tools/build/v2/tools/python.jam	Tue Nov 11 23:50:21 2008
@@ -650,7 +650,7 @@
         case windows : return ;
 
         case hpux : return  <library>rt ;
-        case *bsd : return  <library>pthread <toolset>gcc:<library>util ;
+        case *bsd : return  <library>%%PTHREAD_LIBS%% <toolset>gcc:<library>util ;
 
         case aix : return  <library>pthread <library>dl ;