freebsd-ports/devel/boost/files/patch-tools_build_v2_tools_common.jam
Li-Wen Hsu 01b3694f01 - Update to 1.37
PR:		ports/129226
Submitted by:	Alexander Churanov <alexanderchuranov AT gmail.com> (maintainer)
Helped by:	amdmi3
Exp-run by:	pav
2009-04-07 12:11:31 +00:00

17 lines
770 B
Text

--- tools/build/v2/tools/common.jam.orig Thu Oct 16 12:42:03 2008
+++ tools/build/v2/tools/common.jam Tue Nov 11 23:43:27 2008
@@ -760,14 +760,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)> ] ;