freebsd-ports/devel/boost/files/patch-tools_build_v2_tools_python.jam
Simon Barner 02afc06924 Update to boost 1.34.0:
- ChangeLog: http://lists.boost.org/boost-announce/2007/05/0131.php
 - Uses Boost.Build v2
 - Fixes build g++ 4.2 (and there for on 7-CURRENT)
 - Port respects CXXFLAGS unless the WITH_OPTIMIZED_CFLAGS option is set
   that enables -O3 optimization and full inlining

Requested by:	many
PR:		ports/113474 (resolved)
Obtained from:	http://boost.cvs.sourceforge.net/boost/boost/boost/detail/atomic_count_gcc.hpp?r1=1.5&r2=1.5.8.1
		via pav
2007-07-04 15:09:06 +00:00

10 lines
406 B
Text

--- ./tools/build/v2/tools/python.jam.orig Wed Jun 27 10:33:39 2007
+++ ./tools/build/v2/tools/python.jam Wed Jun 27 10:39:36 2007
@@ -625,6 +625,7 @@
case windows : return ;
case hpux : return <library>rt ;
+ case *bsd : return <library>%%PTHREAD_LIBS%% <toolset>gcc:<library>util ;
case * : return <library>pthread <library>dl <toolset>gcc:<library>util ;
}