aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-nowide/001-remove-checks.patch
blob: e097d8036d5e60c24bd796f2e7e031dad29700d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 build/Jamfile.v2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
index 44cbc1c..a5605a7 100644
--- a/build/Jamfile.v2
+++ b/build/Jamfile.v2
@@ -8,7 +8,7 @@
 # (See accompanying file LICENSE or www.boost.org/LICENSE_1_0.txt)
 # See library home page at http://www.boost.org/libs/nowide
 
-import ../../config/checks/config : requires ;
+rule requires ( checks * ) { }
 
 local requirements =
   <link>shared:<define>BOOST_NOWIDE_DYN_LINK=1