$NetBSD: patch-aa,v 1.9 2011/10/11 10:02:08 adam Exp $ --- boostcpp.jam.orig 2011-06-06 20:39:27.000000000 +0000 +++ boostcpp.jam @@ -276,6 +276,7 @@ rule declare_install_and_stage_proper_ta : $(stage-locate)/lib on LIB on + @PREFIX@/lib ; $(p).mark-target-as-explicit stage-proper ; @@ -529,6 +530,10 @@ rule libraries-to-install ( existing-lib ECHO "error: both --with- and --without- specified" ; EXIT ; } + if $(without-parameter) && $(without-parameter) = "*" + { + without-parameter = $(existing-libraries) ; + } local wrong = [ set.difference $(with-parameter) : $(existing-libraries) ] ; if $(wrong)