Warning, /graphics/krita/3rdparty/ext_boost/0001-Support-Android-NDK-r22b.patch is written in an unsupported language. File is not indexed.

0001 From 1e7bc9d8d907a78c96d8b52d22e36348327fd643 Mon Sep 17 00:00:00 2001
0002 From: Sharaf Zaman <shzam@sdf.org>
0003 Date: Fri, 30 Sep 2022 08:03:02 +0000
0004 Subject: [PATCH] Support Android NDK r22b
0005 
0006 ---
0007  build-android.sh | 4 ++--
0008  1 file changed, 2 insertions(+), 2 deletions(-)
0009 
0010 diff --git a/build-android.sh b/build-android.sh
0011 index ae5a4fd..d302d1b 100755
0012 --- a/build-android.sh
0013 +++ b/build-android.sh
0014 @@ -398,7 +398,7 @@ case "$NDK_RN" in
0015                 TOOLSET=clang
0016                 CONFIG_VARIANT=ndk19
0017                 ;;
0018 -       "23.0"|"23.1"|"25.0"|"25.1")
0019 +       "22.1"|"23.0"|"23.1"|"25.0"|"25.1")
0020                 TOOLCHAIN=${TOOLCHAIN:-llvm}
0021                 CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/${PlatformOS}-x86_64/bin/clang++
0022                 TOOLSET=clang
0023 @@ -419,7 +419,7 @@ if [ -z "${ARCHLIST}" ]; then
0024  
0025      case "$NDK_RN" in
0026        # NDK 17+: Support for ARMv5 (armeabi), MIPS, and MIPS64 has been removed.
0027 -      "17.1"|"17.2"|"18.0"|"18.1"|"19.0"|"19.1"|"19.2"|"20.0"|"20.1"|"21.0"|"21.1"|"21.2"|"21.3"|"21.4"|"23.0"|"23.1"|"25.0"|"25.1")
0028 +      "17.1"|"17.2"|"18.0"|"18.1"|"19.0"|"19.1"|"19.2"|"20.0"|"20.1"|"21.0"|"21.1"|"21.2"|"21.3"|"21.4"|"22.1"|"23.0"|"23.1"|"25.0"|"25.1")
0029          ARCHLIST="arm64-v8a armeabi-v7a x86 x86_64"
0030          ;;
0031        *)
0032 -- 
0033 2.37.1.windows.1
0034