ports/mail/rspamd/files/patch-contrib_xxhash_xxhash.h
Yasuhiro Kimura 380b24898c mail/rspamd: Update to 3.2
Switch to use PCRE2.

ReleaseNotes:	https://rspamd.com/announce/2022/03/26/rspamd-3.2.html
PR:		262839
Approved by:	maintainer
2022-03-28 10:53:11 +09:00

10 lines
332 B
C

--- contrib/xxhash/xxhash.h.orig 2021-03-31 12:18:19 UTC
+++ contrib/xxhash/xxhash.h
@@ -2409,6 +2409,7 @@ XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(co
# if defined(__GNUC__) && !defined(__APPLE_ALTIVEC__)
# define __APPLE_ALTIVEC__
# endif
+# define vector __vector
# include <altivec.h>
# endif