diff --git a/net-p2p/monero-cli/files/patch-src_crypto_slow-hash.c b/net-p2p/monero-cli/files/patch-src_crypto_slow-hash.c new file mode 100644 index 000000000000..dbdfbbc28236 --- /dev/null +++ b/net-p2p/monero-cli/files/patch-src_crypto_slow-hash.c @@ -0,0 +1,11 @@ +--- src/crypto/slow-hash.c.orig 2022-03-30 06:28:17 UTC ++++ src/crypto/slow-hash.c +@@ -1102,7 +1102,7 @@ union cn_slow_hash_state + * and moving between vector and regular registers stalls the pipeline. + */ + #include +-#ifndef __APPLE__ ++#if !defined(__APPLE__) && !defined(__FreeBSD__) + #include + #include + #endif