mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
- 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
17 lines
818 B
Text
17 lines
818 B
Text
--- tools/build/v2/tools/common.jam.orig Wed Jun 20 20:50:33 2007
|
|
+++ tools/build/v2/tools/common.jam Wed Jun 20 20:51:11 2007
|
|
@@ -645,14 +645,6 @@
|
|
result += [ join-tag $(f:G=) :
|
|
[ toolset-tag $(name) : $(type) : $(property-set) ] ] ;
|
|
|
|
- case <threading> :
|
|
- result += [ join-tag $(f:G=) :
|
|
- [ threading-tag $(name) : $(type) : $(property-set) ] ] ;
|
|
-
|
|
- case <runtime> :
|
|
- result += [ join-tag $(f:G=) :
|
|
- [ runtime-tag $(name) : $(type) : $(property-set) ] ] ;
|
|
-
|
|
case <version:*> :
|
|
local key = [ MATCH <version:(.*)> : $(f:G) ] ;
|
|
local version = [ $(property-set).get <$(key)> ] ;
|