$NetBSD: patch-aa,v 1.5 2009/03/03 08:57:58 jmmv Exp $

--- Jamroot.orig
+++ Jamroot
@@ -253,6 +255,10 @@
        ECHO "error: both --with-<library> and --without-<library> specified" ;
        EXIT ;
    }
+   if $(without-parameter) && $(without-parameter) = "*"
+   {
+       without-parameter = $(existing-libraries) ;
+   }
 
    local wrong = [ set.difference $(with-parameter) : $(existing-libraries) ] ;
    if $(wrong)
@@ -398,6 +404,7 @@
     :   <location>$(stage-locate)/lib
         <install-dependencies>on <install-type>LIB 
         <install-no-version-symlinks>on
+	<dll-path>/usr/pkg/lib
     ;
 explicit stage-proper ;
 
