Ticket #2626: patch-am.txt
File patch-am.txt, 506 bytes (added by , 14 years ago) |
---|
Line | |
---|---|
1 | $NetBSD: patch-am,v 1.1 2008/01/04 19:58:43 jmmv Exp $ |
2 | |
3 | patch based on https://svn.boost.org/trac/boost/ticket/2029 |
4 | |
5 | --- tools/build/v2/tools/python.jam.orig 2008-07-15 07:53:41.000000000 -0600 |
6 | +++ tools/build/v2/tools/python.jam |
7 | @@ -649,6 +649,8 @@ |
8 | case darwin : return ; |
9 | case windows : return ; |
10 | |
11 | + case *bsd : return <library>pthread <toolset>gcc:<library>util ; |
12 | + |
13 | case hpux : return <library>rt ; |
14 | |
15 | case aix : return <library>pthread <library>dl ; |