ports/databases/mysql81-server/files/patch-storage_innobase_include_ut0crc32.h
Jochen Neumeister 7e5dafecce add databases/mysql81-server and databases/mysql81-client
Welcome MySQL81 to the Port Tree

Special thanks for help: fluffy, both
Sponsored by:	Netzkommune GmbH
2023-12-18 07:54:41 +01:00

12 lines
329 B
C

--- storage/innobase/include/ut0crc32.h.orig 2023-06-21 07:52:10 UTC
+++ storage/innobase/include/ut0crc32.h
@@ -132,7 +132,9 @@ CRC32_DEFAULT
#endif /* CRC32_ARM64 */
#ifdef CRC32_ARM64_DEFAULT
+#ifndef __FreeBSD__
#include <asm/hwcap.h>
+#endif /* __FreeBSD__ */
#include <sys/auxv.h>
#endif /* CRC32_ARM64_DEFAULT */