diff --git a/ftp/curl-impersonate/files/patch-patches_boringssl.patch b/ftp/curl-impersonate/files/patch-patches_boringssl.patch new file mode 100644 index 000000000000..3abbca30d3f8 --- /dev/null +++ b/ftp/curl-impersonate/files/patch-patches_boringssl.patch @@ -0,0 +1,19 @@ +--- patches/boringssl.patch.orig 2026-08-08 19:58:38 UTC ++++ patches/boringssl.patch +@@ -316,13 +316,15 @@ +++ b/include/openssl/target.h + index 2372a055d..f8790c3b2 100644 + --- a/include/openssl/target.h + +++ b/include/openssl/target.h +-@@ -45,6 +45,9 @@ ++@@ -45,6 +45,11 @@ + #define OPENSSL_RISCV64 + #elif defined(__riscv) && __SIZEOF_POINTER__ == 4 + #define OPENSSL_32_BIT + +#elif defined(__loongarch64) + +#define OPENSSL_64_BIT + +#define OPENSSL_LOONGARCH64 +++#elif defined(__PPC64__) && defined(_LITTLE_ENDIAN) +++#define OPENSSL_64_BIT + #elif defined(__pnacl__) + #define OPENSSL_32_BIT + #define OPENSSL_PNACL