opnsense-ports/archivers/c-blosc2/files/patch-powerpc64le
Franco Fichtner f0011d238f */*: sync with upstream
Taken from: FreeBSD
2023-03-22 09:27:13 +01:00

10 lines
326 B
Text

--- plugins/codecs/ndlz/xxhash.h.orig 2021-10-02 12:17:56 UTC
+++ plugins/codecs/ndlz/xxhash.h
@@ -2934,6 +2934,7 @@ enum XXH_VECTOR_TYPE /* fake enum */ {
# if defined(__GNUC__) && !defined(__APPLE_ALTIVEC__)
# define __APPLE_ALTIVEC__
# endif
+# define vector __vector
# include <altivec.h>
# endif