From dda36349496e0987f0ccf4f23929f7870ba11813 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 3 Sep 2008 03:50:43 +0000 Subject: merging with changes made since 21th May git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1903 370017ae-e619-0410-ac65-c121f96126d4 --- dev/libs/boost/boost_custom_jam_rule.diff | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev/libs/boost/boost_custom_jam_rule.diff (limited to 'dev/libs/boost/boost_custom_jam_rule.diff') diff --git a/dev/libs/boost/boost_custom_jam_rule.diff b/dev/libs/boost/boost_custom_jam_rule.diff new file mode 100644 index 00000000..49cd5195 --- /dev/null +++ b/dev/libs/boost/boost_custom_jam_rule.diff @@ -0,0 +1,25 @@ +--- Jamroot 2008-03-25 21:47:24.000000000 +0100 ++++ boost_1_35_0/Jamroot 2008-04-02 18:13:48.000000000 +0200 +@@ -127,7 +127,7 @@ + # which builds only the "release multi shared" variant. + local build-type = [ MATCH "^--build-type=(.*)" : [ modules.peek : ARGV ] ] ; + build-type ?= minimal ; +-if ! ( $(build-type) in minimal complete ) ++if ! ( $(build-type) in minimal complete custom ) + { + build-type = minimal ; + } +@@ -145,6 +145,13 @@ + shared static + shared static + ; ++local default-build,custom = ++ release ++ speed full ++ single multi ++ shared ++ shared ++ ; + + # Set the default build. + local default-build = $(default-build,$(build-type)) ; -- cgit v1.2.3