diff options
Diffstat (limited to 'meta-pkgs/boost/patches/patch-aa')
-rw-r--r-- | meta-pkgs/boost/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/boost/patches/patch-aa b/meta-pkgs/boost/patches/patch-aa index 0fd2eec18bd..d4f01607ed4 100644 --- a/meta-pkgs/boost/patches/patch-aa +++ b/meta-pkgs/boost/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.7 2009/10/14 06:40:08 adam Exp $ +$NetBSD: patch-aa,v 1.8 2010/11/26 20:47:01 adam Exp $ ---- Jamroot.orig 2009-08-23 18:17:37.000000000 +0200 +--- Jamroot.orig 2010-11-17 09:51:56.000000000 +0000 +++ Jamroot -@@ -251,6 +251,10 @@ rule libraries-to-install ( existing-lib +@@ -269,6 +269,10 @@ rule libraries-to-install ( existing-lib ECHO "error: both --with-<library> and --without-<library> specified" ; EXIT ; } @@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.7 2009/10/14 06:40:08 adam Exp $ local wrong = [ set.difference $(with-parameter) : $(existing-libraries) ] ; if $(wrong) -@@ -439,6 +443,7 @@ install stage-proper +@@ -464,6 +468,7 @@ install stage-proper : <location>$(stage-locate)/lib <install-dependencies>on <install-type>LIB <install-no-version-symlinks>on |