Warning, /graphics/krita/3rdparty/ext_boost/0001-Fix-building-Boost.Build-with-a-chosen-toolset.patch is written in an unsupported language. File is not indexed.

0001 From 460261c63622ece9406071d1616cdef0d1ebd4ad Mon Sep 17 00:00:00 2001
0002 From: Dmitry Kazakov <dimula73@gmail.com>
0003 Date: Sun, 12 Sep 2021 11:30:51 +0300
0004 Subject: [PATCH] Fix building Boost.Build with a chosen toolset
0005 
0006 ---
0007  bootstrap.bat | 2 +-
0008  1 file changed, 1 insertion(+), 1 deletion(-)
0009 
0010 diff --git a/bootstrap.bat b/bootstrap.bat
0011 index 03c98ff..5e9d605 100644
0012 --- a/bootstrap.bat
0013 +++ b/bootstrap.bat
0014 @@ -12,7 +12,7 @@ ECHO Building Boost.Build engine
0015  if exist ".\tools\build\src\engine\b2.exe" del tools\build\src\engine\b2.exe
0016  pushd tools\build\src\engine
0017  
0018 -call .\build.bat
0019 +call .\build.bat %1
0020  @ECHO OFF
0021  
0022  popd
0023 -- 
0024 2.20.1.windows.1
0025