diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
| commit | d1107bb40e81d1186ea75412dd5d61d736e4d726 (patch) | |
| tree | 103926d89737f146b97db5255f054196dadab9fc /devel/boost-python-libs/files/patch-tools_build_v2_tools_python.jam | |
| parent | Update to 2.22. (diff) | |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Diffstat (limited to 'devel/boost-python-libs/files/patch-tools_build_v2_tools_python.jam')
| -rw-r--r-- | devel/boost-python-libs/files/patch-tools_build_v2_tools_python.jam | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/boost-python-libs/files/patch-tools_build_v2_tools_python.jam b/devel/boost-python-libs/files/patch-tools_build_v2_tools_python.jam new file mode 100644 index 000000000000..bf2212b3d520 --- /dev/null +++ b/devel/boost-python-libs/files/patch-tools_build_v2_tools_python.jam @@ -0,0 +1,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 ; + |
