summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/boost/patches/patch-aa')
-rw-r--r--meta-pkgs/boost/patches/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-pkgs/boost/patches/patch-aa b/meta-pkgs/boost/patches/patch-aa
new file mode 100644
index 00000000000..73ab566a8c3
--- /dev/null
+++ b/meta-pkgs/boost/patches/patch-aa
@@ -0,0 +1,23 @@
+$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 ;
+