git: b8ffc5fabbff - main - ftp/curl-impersonate: add powerpc64le support
Piotr Kubaj <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8ffc5fabbff8c2a9e37cc7888a7b52708aa0a99 commit b8ffc5fabbff8c2a9e37cc7888a7b52708aa0a99 Author: Piotr Kubaj <[email protected]> AuthorDate: 2026-08-08 20:37:53 +0000 Commit: Piotr Kubaj <[email protected]> CommitDate: 2026-08-08 20:38:31 +0000 ftp/curl-impersonate: add powerpc64le support --- .../files/patch-patches_boringssl.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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