diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-06-26 09:22:05 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-06-26 09:23:07 +0000 |
commit | 609c0dc555fb544bda9ae71883e5c6a3062aff1b (patch) | |
tree | e895cb1b670eb0e5288e463ec0e7ea6fa7eadc7d /lang/rust/files/patch-vendor_openssl_crypto_threads__pthread.c | |
parent | 9f75adf237459af27cbf0c0a0c4fa806bd897951 (diff) |
Diffstat (limited to 'lang/rust/files/patch-vendor_openssl_crypto_threads__pthread.c')
-rw-r--r-- | lang/rust/files/patch-vendor_openssl_crypto_threads__pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rust/files/patch-vendor_openssl_crypto_threads__pthread.c b/lang/rust/files/patch-vendor_openssl_crypto_threads__pthread.c index 95c749f9d63b..ccc65c25e521 100644 --- a/lang/rust/files/patch-vendor_openssl_crypto_threads__pthread.c +++ b/lang/rust/files/patch-vendor_openssl_crypto_threads__pthread.c @@ -8,7 +8,7 @@ https://github.com/openssl/openssl/commit/65787e2dc219685c30539c6f60eb6b64b890bf # define BROKEN_CLANG_ATOMICS #endif -+#if defined(__FreeBSD__) && defined(__i386__) ++#if defined(__FreeBSD__) && (defined(__i386__) || (defined(__powerpc) && defined(__ILP32__))) +#define BROKEN_CLANG_ATOMICS +#endif + |